mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
code: nextjs,frontends,components (1 files)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ThemeOptions, alpha } from '@mui/material/styles'
|
||||
import { colors } from './colors'
|
||||
import { fonts } from './fonts'
|
||||
import { colors } from './base/colors'
|
||||
import { fonts } from './base/fonts'
|
||||
|
||||
export const getComponentOverrides = (mode: 'light' | 'dark'): ThemeOptions['components'] => {
|
||||
const isDark = mode === 'dark'
|
||||
|
||||
Reference in New Issue
Block a user