@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.
@@ -2312,22 +2312,22 @@ var useStyles$c = /*#__PURE__*/styles.makeStyles(theme => ({
2312
2312
  backgroundColor: exports.Color.Dark300
2313
2313
  },
2314
2314
  '&$colorBlue': {
2315
- backgroundColor: exports.Color.Blue500
2315
+ backgroundColor: exports.Color.Blue300
2316
2316
  },
2317
2317
  '&$colorGreen': {
2318
- backgroundColor: exports.Color.Green500
2318
+ backgroundColor: exports.Color.Green300
2319
2319
  },
2320
2320
  '&$colorPurple': {
2321
- backgroundColor: exports.Color.Purple500
2321
+ backgroundColor: exports.Color.Purple300
2322
2322
  },
2323
2323
  '&$colorRed': {
2324
- backgroundColor: exports.Color.Red500
2324
+ backgroundColor: exports.Color.Red300
2325
2325
  },
2326
2326
  '&$colorTeal': {
2327
- backgroundColor: exports.Color.Teal500
2327
+ backgroundColor: exports.Color.Teal300
2328
2328
  },
2329
2329
  '&$colorYellow': {
2330
- backgroundColor: exports.Color.Yellow500
2330
+ backgroundColor: exports.Color.Yellow300
2331
2331
  }
2332
2332
  },
2333
2333
  colorGrey: {},