@desynova-digital/tokens 9.0.4 → 9.0.6
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/colors.js +6 -3
- package/package.json +1 -1
package/colors.js
CHANGED
|
@@ -378,7 +378,8 @@ var colors = {
|
|
|
378
378
|
CellMoreActionBackgroundColor: '#00cec6',
|
|
379
379
|
CellBeforeBorderBottom: '#00cec6',
|
|
380
380
|
CellNestedTableBorderLeft: '#00cec6',
|
|
381
|
-
ApprovedBackground: '#00cec6'
|
|
381
|
+
ApprovedBackground: '#00cec6',
|
|
382
|
+
addRowThemeColor: '#00cdc5'
|
|
382
383
|
},
|
|
383
384
|
graphCard: {
|
|
384
385
|
cardHeader: '#cccccc',
|
|
@@ -829,7 +830,8 @@ var colors = {
|
|
|
829
830
|
CellMoreActionBackgroundColor: '#00cec6',
|
|
830
831
|
CellBeforeBorderBottom: '#00cec6',
|
|
831
832
|
CellNestedTableBorderLeft: '#00cec6',
|
|
832
|
-
ApprovedBackground: '#00cec6'
|
|
833
|
+
ApprovedBackground: '#00cec6',
|
|
834
|
+
addRowThemeColor: '#00cdc5'
|
|
833
835
|
},
|
|
834
836
|
graphCard: {
|
|
835
837
|
cardHeader: '#333',
|
|
@@ -1202,7 +1204,8 @@ var colors = {
|
|
|
1202
1204
|
CellMoreActionBackgroundColor: '#60BEF8',
|
|
1203
1205
|
CellBeforeBorderBottom: '#60BEF8',
|
|
1204
1206
|
CellNestedTableBorderLeft: '#60BEF8',
|
|
1205
|
-
ApprovedBackground: '#60BEF8'
|
|
1207
|
+
ApprovedBackground: '#60BEF8',
|
|
1208
|
+
addRowThemeColor: '#60BEF8'
|
|
1206
1209
|
},
|
|
1207
1210
|
graphCard: {
|
|
1208
1211
|
cardHeader: '#cccccc',
|