minecluster/src/util/theme.js

17 lines
327 B
JavaScript
Raw Normal View History

2023-10-09 13:42:11 -06:00
// Generated using https://zenoo.github.io/mui-theme-creator/
import { createTheme } from "@mui/material/styles";
const themeOptions = {
palette: {
mode: "light",
primary: {
main: "rgba(109,216,144,255)",
},
secondary: {
main: "#f50057",
},
},
};
export default createTheme(themeOptions);