minecluster/src/util/theme.js
2023-12-22 18:30:48 +00:00

16 lines
313 B
JavaScript

// Generated using https://zenoo.github.io/mui-theme-creator/
import { createTheme } from "@mui/material/styles";
const themeOptions = {
palette: {
mode: "light",
primary: {
main: "#29985c",
},
secondary: {
main: "#f50057",
},
},
};
export default createTheme(themeOptions);