@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.
- package/dist-node/index.js +6 -6
- package/dist-node/index.js.map +1 -1
- package/dist-src/tag/Tag.js +6 -6
- package/dist-web/index.js +6 -6
- package/dist-web/index.js.map +1 -1
- package/package.json +1 -1
package/dist-node/index.js
CHANGED
|
@@ -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.
|
|
2315
|
+
backgroundColor: exports.Color.Blue300
|
|
2316
2316
|
},
|
|
2317
2317
|
'&$colorGreen': {
|
|
2318
|
-
backgroundColor: exports.Color.
|
|
2318
|
+
backgroundColor: exports.Color.Green300
|
|
2319
2319
|
},
|
|
2320
2320
|
'&$colorPurple': {
|
|
2321
|
-
backgroundColor: exports.Color.
|
|
2321
|
+
backgroundColor: exports.Color.Purple300
|
|
2322
2322
|
},
|
|
2323
2323
|
'&$colorRed': {
|
|
2324
|
-
backgroundColor: exports.Color.
|
|
2324
|
+
backgroundColor: exports.Color.Red300
|
|
2325
2325
|
},
|
|
2326
2326
|
'&$colorTeal': {
|
|
2327
|
-
backgroundColor: exports.Color.
|
|
2327
|
+
backgroundColor: exports.Color.Teal300
|
|
2328
2328
|
},
|
|
2329
2329
|
'&$colorYellow': {
|
|
2330
|
-
backgroundColor: exports.Color.
|
|
2330
|
+
backgroundColor: exports.Color.Yellow300
|
|
2331
2331
|
}
|
|
2332
2332
|
},
|
|
2333
2333
|
colorGrey: {},
|