first commit
This commit is contained in:
10
app/theme.ts
Normal file
10
app/theme.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { createTheme } from '@mui/material/styles';
|
||||
|
||||
// 创建MUI主题并导出
|
||||
export const theme = createTheme({
|
||||
palette: {
|
||||
primary: {
|
||||
main: '#667eea',
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user