mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): set colorMode to fix native selects
This commit is contained in:
parent
de94c780d9
commit
f9a7a7d161
@ -42,6 +42,7 @@ function ThemeLocaleProvider({ children }: ThemeLocaleProviderProps) {
|
||||
const theme = extendTheme({
|
||||
...invokeAITheme,
|
||||
colors: THEMES[currentTheme as keyof typeof THEMES],
|
||||
initialColorMode: ['light'].includes(currentTheme) ? 'light' : 'dark',
|
||||
direction,
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user