code: nextjs,frontends,components (1 files)

This commit is contained in:
2025-12-26 04:23:43 +00:00
parent 1329caa204
commit bd444fae44

View File

@@ -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'