Commit 17c764b4 by G

add color softRed and softYellow

parent c9995092
...@@ -92,9 +92,16 @@ const theme = createTheme({ ...@@ -92,9 +92,16 @@ const theme = createTheme({
error: { error: {
color: "red", color: "red",
}, },
softRed: {
color: "softRed",
},
yellow: { yellow: {
color: "softYellow", color: "softYellow",
}, },
softYellow: {
color: "softYellow",
},
}, },
cardVariants: { cardVariants: {
defaults: { defaults: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment