refactor(web/textui): textui mantine rewrite

This commit is contained in:
Luke
2022-12-30 14:50:15 +01:00
parent 763997f2a1
commit 8722d25171
2 changed files with 43 additions and 38 deletions

View File

@@ -31,7 +31,11 @@ ReactDOM.createRoot(root!).render(
<MantineProvider
withNormalizeCSS
withGlobalStyles
theme={{ colorScheme: 'dark', fontFamily: 'Roboto', shadows: { sm: '1px 1px 3px rgba(0, 0, 0, 0.5)' } }}
theme={{
colorScheme: 'dark',
fontFamily: 'Roboto',
shadows: { sm: '1px 1px 3px rgba(0, 0, 0, 0.5)' },
}}
>
<ChakraProvider theme={theme}>
<App />