@fixefy/fixefy-ui-utils 0.0.20 → 0.0.22
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.
|
@@ -312,7 +312,8 @@ const theme = (0, _styles.createTheme)({
|
|
|
312
312
|
invoiceState: {
|
|
313
313
|
approved: {
|
|
314
314
|
border: '#27AE60',
|
|
315
|
-
background: '#27AE60'
|
|
315
|
+
background: '#27AE60',
|
|
316
|
+
light: '#D4EFDF'
|
|
316
317
|
},
|
|
317
318
|
created: {
|
|
318
319
|
border: '#87ACB6',
|
|
@@ -323,8 +324,9 @@ const theme = (0, _styles.createTheme)({
|
|
|
323
324
|
background: '#EB5757'
|
|
324
325
|
},
|
|
325
326
|
in_dispute: {
|
|
326
|
-
border: '#
|
|
327
|
-
background: '#
|
|
327
|
+
border: '#F2994A',
|
|
328
|
+
background: '#F2994A',
|
|
329
|
+
light: '#FCEBDB'
|
|
328
330
|
},
|
|
329
331
|
in_progress: {
|
|
330
332
|
border: '#56CCF2',
|
package/package.json
CHANGED