chore(web): remove chakra packages

This commit is contained in:
Luke
2023-01-02 14:02:07 +01:00
parent d48b5e199b
commit 9f1ae6184a
9 changed files with 16 additions and 1372 deletions

View File

@@ -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,
});