@monolith-forensics/monolith-ui 1.6.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/theme/variants.js
CHANGED
|
@@ -69,6 +69,10 @@ const lightVariant = {
|
|
|
69
69
|
main: "#ff4500",
|
|
70
70
|
contrastText: "#FFF",
|
|
71
71
|
},
|
|
72
|
+
success: {
|
|
73
|
+
main: green[700],
|
|
74
|
+
contrastText: "#FFF",
|
|
75
|
+
},
|
|
72
76
|
background: {
|
|
73
77
|
default: "#FFF",
|
|
74
78
|
paper: "#FFF",
|
|
@@ -228,6 +232,10 @@ const darkVariant = merge(lightVariant, {
|
|
|
228
232
|
main: "#3f3f3f",
|
|
229
233
|
contrastText: "#FFF",
|
|
230
234
|
},
|
|
235
|
+
success: {
|
|
236
|
+
main: green[500],
|
|
237
|
+
contrastText: "#FFF",
|
|
238
|
+
},
|
|
231
239
|
background: {
|
|
232
240
|
default: "#222222",
|
|
233
241
|
paper: "#333333",
|