1
0

resturant-admin-dashbord

هذا الالتزام موجود في:
raghad
2025-05-09 20:23:32 +03:00
الأصل 9b0d90560e
التزام 094d64320d
82 ملفات معدلة مع 1178 إضافات و102 حذوفات

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

@@ -0,0 +1,9 @@
import { createTheme } from '@mui/material/styles';
const theme = createTheme({
typography: {
fontFamily: 'INTER', // الخط الافتراضي هو INTER
},
});
export default theme;