1
0

update the dashbord and router

هذا الالتزام موجود في:
raghad
2025-05-19 12:53:59 +03:00
الأصل 9b0d90560e
التزام aacc58c4a6
110 ملفات معدلة مع 6404 إضافات و44 حذوفات

24
src/theme.js Normal file
عرض الملف

@@ -0,0 +1,24 @@
import { createTheme } from '@mui/material/styles';
const theme = createTheme({
breakpoints: {
values: {
xs: 0,
sm: 600,
md: 900,
lg: 1200,
xl: 1536,
},
},
typography: {
fontFamily: 'INTER',
},
palette: {
primary: {
main: '#FF914D', // ← اللون الأساسي الجديد
hover: '#e57f3f'
},
},
});
export default theme;