@fixefy/fixefy-ui-utils 0.2.12 → 0.2.13
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.
|
@@ -310,6 +310,10 @@ const theme = (0, _styles.createTheme)({
|
|
|
310
310
|
pending: {
|
|
311
311
|
border: '#ECC631',
|
|
312
312
|
background: '#FEFDF3'
|
|
313
|
+
},
|
|
314
|
+
resolved: {
|
|
315
|
+
border: '#BB6BD9',
|
|
316
|
+
background: '#BB6BD9'
|
|
313
317
|
}
|
|
314
318
|
},
|
|
315
319
|
tag: {
|
|
@@ -424,9 +428,9 @@ const theme = (0, _styles.createTheme)({
|
|
|
424
428
|
background: '#8B9092'
|
|
425
429
|
},
|
|
426
430
|
resolved: {
|
|
427
|
-
border: '#
|
|
428
|
-
background: '#
|
|
429
|
-
light: '#
|
|
431
|
+
border: '#BB6BD9',
|
|
432
|
+
background: '#BB6BD9',
|
|
433
|
+
light: '#FBF6FD'
|
|
430
434
|
}
|
|
431
435
|
},
|
|
432
436
|
trends: {
|
package/package.json
CHANGED