Skip to content

Commit

Permalink
fix(app): fix light mode (#417)
Browse files Browse the repository at this point in the history
* Update index.tsx
* Update global.css.ts
* Create red-timers-pay.md
  • Loading branch information
riccardoperra authored Dec 14, 2022
1 parent 89de855 commit 1939b60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/red-timers-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codeimage/app": patch
---

fix(app): fix light mode
1 change: 1 addition & 0 deletions apps/codeimage/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
SnackbarHost,
ThemeProviderProps,
} from '@codeimage/ui';
import '@codeimage/ui/themes/lightTheme';
import {darkGrayScale} from '@codeimage/ui/themes/darkTheme';
import {enableUmami} from '@core/constants/umami';
import {OverlayProvider} from '@solid-aria/overlays';
Expand Down
1 change: 0 additions & 1 deletion apps/codeimage/src/theme/global.css.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {globalStyle} from '@vanilla-extract/css';
import '@codeimage/ui/themes/lightTheme';

globalStyle('body', {
fontFamily: 'Inter, system-ui, -apple-system, sans-serif',
Expand Down

0 comments on commit 1939b60

Please sign in to comment.