@superdispatch/ui 0.23.0 → 0.23.4

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.
@@ -51,22 +51,22 @@ var useStyles = /*#__PURE__*/makeStyles(theme => ({
51
51
  backgroundColor: Color.Dark300
52
52
  },
53
53
  '&$colorBlue': {
54
- backgroundColor: Color.Blue500
54
+ backgroundColor: Color.Blue300
55
55
  },
56
56
  '&$colorGreen': {
57
- backgroundColor: Color.Green500
57
+ backgroundColor: Color.Green300
58
58
  },
59
59
  '&$colorPurple': {
60
- backgroundColor: Color.Purple500
60
+ backgroundColor: Color.Purple300
61
61
  },
62
62
  '&$colorRed': {
63
- backgroundColor: Color.Red500
63
+ backgroundColor: Color.Red300
64
64
  },
65
65
  '&$colorTeal': {
66
- backgroundColor: Color.Teal500
66
+ backgroundColor: Color.Teal300
67
67
  },
68
68
  '&$colorYellow': {
69
- backgroundColor: Color.Yellow500
69
+ backgroundColor: Color.Yellow300
70
70
  }
71
71
  },
72
72
  colorGrey: {},
package/dist-web/index.js CHANGED
@@ -2307,22 +2307,22 @@ var useStyles$c = /*#__PURE__*/makeStyles(theme => ({
2307
2307
  backgroundColor: Color.Dark300
2308
2308
  },
2309
2309
  '&$colorBlue': {
2310
- backgroundColor: Color.Blue500
2310
+ backgroundColor: Color.Blue300
2311
2311
  },
2312
2312
  '&$colorGreen': {
2313
- backgroundColor: Color.Green500
2313
+ backgroundColor: Color.Green300
2314
2314
  },
2315
2315
  '&$colorPurple': {
2316
- backgroundColor: Color.Purple500
2316
+ backgroundColor: Color.Purple300
2317
2317
  },
2318
2318
  '&$colorRed': {
2319
- backgroundColor: Color.Red500
2319
+ backgroundColor: Color.Red300
2320
2320
  },
2321
2321
  '&$colorTeal': {
2322
- backgroundColor: Color.Teal500
2322
+ backgroundColor: Color.Teal300
2323
2323
  },
2324
2324
  '&$colorYellow': {
2325
- backgroundColor: Color.Yellow500
2325
+ backgroundColor: Color.Yellow300
2326
2326
  }
2327
2327
  },
2328
2328
  colorGrey: {},