mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
disable single attribute per line
This commit is contained in:
+1
-4
@@ -22,10 +22,7 @@ export const App = () => {
|
||||
const { mode, theme } = useAppTheme(isDark ? AppTheme.DEFAULT_DARK : AppTheme.DEFAULT_LIGHT);
|
||||
|
||||
return (
|
||||
<MantineProvider
|
||||
defaultColorScheme={mode}
|
||||
theme={theme}
|
||||
>
|
||||
<MantineProvider defaultColorScheme={mode} theme={theme}>
|
||||
<Shell />
|
||||
</MantineProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user