From 10fff7811f83939f35d0a41cbbc381b7728fe24e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 4 Apr 2022 22:01:58 -0700 Subject: [PATCH] fix --- shared/styles/theme.ts | 2 ++ 1 file changed, 2 insertions(+) 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 = {