mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Small light theme fixes (#1248)
* Use grey border instead of black shadow in light mode below filter-bar * Fix some theme colors not updating when theme is changed in real-time
This commit is contained in:
@@ -189,7 +189,7 @@ export const App = () => {
|
||||
}, [language]);
|
||||
|
||||
return (
|
||||
<MantineProvider defaultColorScheme={mode as 'dark' | 'light'} theme={theme}>
|
||||
<MantineProvider forceColorScheme={mode} theme={theme}>
|
||||
<Notifications
|
||||
containerWidth="300px"
|
||||
position="bottom-center"
|
||||
|
||||
Reference in New Issue
Block a user