mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
refactor(web/textui): textui mantine rewrite
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user