#
luxiaotao1123
2024-09-09 67001cbd71a2f6cde26937a73db5af34db442a64
zy-acs-flow/src/themes/themes.jsx
@@ -8,10 +8,11 @@
    houseDarkTheme,
    houseLightTheme,
} from 'react-admin';
import { DEFAULT_THEME_NAME } from '@/config/setting';
import { softDarkTheme, softLightTheme } from './softTheme';
import { chiptuneTheme } from './chiptuneTheme';
import { rcsDarkTheme, rcsLightTheme } from './rcsTheme';
import { rcsLightTheme } from './rcsTheme';
export const themes = [
    { name: 'rcs', light: rcsLightTheme },