mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
chore(web): remove chakra packages
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { extendTheme, type ThemeConfig } from '@chakra-ui/react';
|
||||
import { MantineThemeOverride } from '@mantine/core';
|
||||
|
||||
const config: ThemeConfig = {
|
||||
initialColorMode: 'dark',
|
||||
export const theme: MantineThemeOverride = {
|
||||
colorScheme: 'dark',
|
||||
fontFamily: 'Roboto',
|
||||
shadows: { sm: '1px 1px 3px rgba(0, 0, 0, 0.5)' },
|
||||
};
|
||||
|
||||
export const theme = extendTheme({
|
||||
config,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user