@superdispatch/ui 0.35.2 → 0.35.3
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-src/tag/Tag.js
CHANGED
|
@@ -18,7 +18,7 @@ var useStyles = /*#__PURE__*/makeStyles(theme => ({
|
|
|
18
18
|
variantSubtle: {
|
|
19
19
|
'&$colorGrey': {
|
|
20
20
|
color: ColorDynamic.Dark300,
|
|
21
|
-
backgroundColor: ColorDynamic.
|
|
21
|
+
backgroundColor: ColorDynamic.Silver400
|
|
22
22
|
},
|
|
23
23
|
'&$colorBlue': {
|
|
24
24
|
color: ColorDynamic.Blue500,
|
package/dist-web/index.js
CHANGED
|
@@ -2502,7 +2502,7 @@ var useStyles$c = /*#__PURE__*/makeStyles(theme => ({
|
|
|
2502
2502
|
variantSubtle: {
|
|
2503
2503
|
'&$colorGrey': {
|
|
2504
2504
|
color: ColorDynamic.Dark300,
|
|
2505
|
-
backgroundColor: ColorDynamic.
|
|
2505
|
+
backgroundColor: ColorDynamic.Silver400
|
|
2506
2506
|
},
|
|
2507
2507
|
'&$colorBlue': {
|
|
2508
2508
|
color: ColorDynamic.Blue500,
|
|
@@ -3488,6 +3488,9 @@ function overrideSvgIcon(theme) {
|
|
|
3488
3488
|
},
|
|
3489
3489
|
colorAction: {
|
|
3490
3490
|
color: ColorDynamic.Dark100
|
|
3491
|
+
},
|
|
3492
|
+
colorPrimary: {
|
|
3493
|
+
color: ColorDynamic.Blue500
|
|
3491
3494
|
}
|
|
3492
3495
|
};
|
|
3493
3496
|
}
|