mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Update darkTheme config
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import { createTheme } from "@mui/material"
|
||||
import blue from "@mui/material/colors/blue"
|
||||
import pink from "@mui/material/colors/pink"
|
||||
|
||||
export const darkTheme = createTheme({
|
||||
palette: {
|
||||
mode: "dark",
|
||||
primary: blue,
|
||||
secondary: pink,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user