diff options
Diffstat (limited to 'packages/website/ts/@next/constants/globalStyle.tsx')
-rw-r--r-- | packages/website/ts/@next/constants/globalStyle.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/constants/globalStyle.tsx b/packages/website/ts/@next/constants/globalStyle.tsx index 9ec1a5d35..29a8dc49f 100644 --- a/packages/website/ts/@next/constants/globalStyle.tsx +++ b/packages/website/ts/@next/constants/globalStyle.tsx @@ -1,7 +1,7 @@ import {createGlobalStyle, withTheme} from 'styled-components'; import {cssReset} from 'ts/@next/constants/cssReset'; -interface GlobalStyle { +export interface GlobalStyle { theme: { bgColor: string; textColor: string; |