@xqmsg/ui-core 0.9.0 → 0.9.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.
@@ -235,8 +235,8 @@ var Icon = function Icon(_ref) {
235
235
 
236
236
  case 'complete':
237
237
  return {
238
- bg: '#0082FF',
239
- color: colors.label.primary.dark
238
+ bg: '#7474800D',
239
+ color: colors.label.primary.light
240
240
  };
241
241
 
242
242
  case 'inactive':