@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.
@@ -20,6 +20,9 @@ export function overrideSvgIcon(theme) {
20
20
  },
21
21
  colorAction: {
22
22
  color: ColorDynamic.Dark100
23
+ },
24
+ colorPrimary: {
25
+ color: ColorDynamic.Blue500
23
26
  }
24
27
  };
25
28
  }
@@ -18,7 +18,7 @@ var useStyles = /*#__PURE__*/makeStyles(theme => ({
18
18
  variantSubtle: {
19
19
  '&$colorGrey': {
20
20
  color: ColorDynamic.Dark300,
21
- backgroundColor: ColorDynamic.Silver200
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.Silver200
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
  }