Skip to content

Commit a9729c6

Browse files
authored
🐛 Fix theme (#10)
1 parent caa1773 commit a9729c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/ui/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function PaletteWrapper(props: ColorModeProviderProps) {
99
const { palette } = usePalette();
1010
return (
1111
<Span display="contents" colorPalette={palette}>
12-
<ColorModeProvider {...props} />
12+
<ColorModeProvider enableSystem={false} {...props} />
1313
</Span>
1414
);
1515
}

0 commit comments

Comments
 (0)