@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-node/index.js
CHANGED
|
@@ -2504,7 +2504,7 @@ var useStyles$c = /*#__PURE__*/styles.makeStyles(theme => ({
|
|
|
2504
2504
|
variantSubtle: {
|
|
2505
2505
|
'&$colorGrey': {
|
|
2506
2506
|
color: exports.ColorDynamic.Dark300,
|
|
2507
|
-
backgroundColor: exports.ColorDynamic.
|
|
2507
|
+
backgroundColor: exports.ColorDynamic.Silver400
|
|
2508
2508
|
},
|
|
2509
2509
|
'&$colorBlue': {
|
|
2510
2510
|
color: exports.ColorDynamic.Blue500,
|
|
@@ -3490,6 +3490,9 @@ function overrideSvgIcon(theme) {
|
|
|
3490
3490
|
},
|
|
3491
3491
|
colorAction: {
|
|
3492
3492
|
color: exports.ColorDynamic.Dark100
|
|
3493
|
+
},
|
|
3494
|
+
colorPrimary: {
|
|
3495
|
+
color: exports.ColorDynamic.Blue500
|
|
3493
3496
|
}
|
|
3494
3497
|
};
|
|
3495
3498
|
}
|