Commit 17c764b4 by G

add color softRed and softYellow

parent c9995092
......@@ -92,9 +92,16 @@ const theme = createTheme({
error: {
color: "red",
},
softRed: {
color: "softRed",
},
yellow: {
color: "softYellow",
},
softYellow: {
color: "softYellow",
},
},
cardVariants: {
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