This commit is contained in:
Spynder
2025-05-03 01:17:37 +03:00
parent dc483d62de
commit 275eef597b
21 changed files with 2259 additions and 200 deletions

View File

@ -1,7 +1,7 @@
import {createTheme} from '@mui/material/styles'
import {RefineThemes} from '@refinedev/mui'
const COLORS = {
export const COLORS = {
primary: '#7f6b58',
secondary: '#48989f',
}