@superdispatch/ui 0.50.1 → 0.50.2

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.
@@ -3189,6 +3189,16 @@ function overrideChip(theme) {
3189
3189
  boxShadow: "0 0 0 2px ".concat(exports.ColorDynamic.Silver400)
3190
3190
  }
3191
3191
  },
3192
+ colorPrimary: {
3193
+ '& $deleteIcon svg': {
3194
+ color: exports.Color.White
3195
+ }
3196
+ },
3197
+ colorSecondary: {
3198
+ '& $deleteIcon svg': {
3199
+ color: exports.Color.White
3200
+ }
3201
+ },
3192
3202
  deleteIcon: {
3193
3203
  width: undefined,
3194
3204
  height: undefined,