react-material-ui-theme
Version:
Add multicolor and dark theme to your react material ui project instantly.
22 lines (21 loc) • 399 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const CyonYellow = {
primary: {
light: "#008394",
main: "#00bcd4",
dark: "#33c9dc",
contrastText: "#fff"
},
secondary: {
light: "#b28900",
main: "#ffc400",
dark: "#ffcf33",
contrastText: "#000"
}
};
var _default = CyonYellow;
exports.default = _default;
;