This commit is contained in:
Tom Moor
2022-04-04 22:01:58 -07:00
parent cefceaac3e
commit 10fff7811f

View File

@@ -1,4 +1,5 @@
import { darken, lighten } from "polished";
import breakpoints from "./breakpoints";
const colors = {
transparent: "transparent",
@@ -96,6 +97,7 @@ export const base = {
noticeTipText: colors.almostBlack,
noticeWarningBackground: "#ffadbf",
noticeWarningText: colors.almostBlack,
breakpoints,
};
export const light = {