diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts index 7c326fa89..659bfde4b 100644 --- a/shared/styles/theme.ts +++ b/shared/styles/theme.ts @@ -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 = {