@xqmsg/ui-core 0.19.7 → 0.19.8

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.
@@ -3409,6 +3409,7 @@ var Badge = {
3409
3409
  var baseStyle$2 = /*#__PURE__*/defineStyle({
3410
3410
  borderRadius: '4px',
3411
3411
  fontSize: '13px',
3412
+ fontWeight: 400,
3412
3413
  bg: colors.fill.action,
3413
3414
  color: colors.label.primary.dark,
3414
3415
  h: '26px',
@@ -3443,13 +3444,13 @@ var variantPrimary = function variantPrimary() {
3443
3444
 
3444
3445
  var variantSecondary = function variantSecondary() {
3445
3446
  return _extends$6({}, baseStyle$2, {
3446
- color: colors.fill.action,
3447
+ color: colors.black,
3447
3448
  bg: colors.label.primary.dark,
3448
3449
  _hover: {
3449
3450
  bg: colors.label.primary.dark
3450
3451
  },
3451
3452
  _active: {
3452
- color: colors.fill.action,
3453
+ color: colors.black,
3453
3454
  bg: colors.label.primary.dark,
3454
3455
  bgGradient: colors.fill.light.quaternary
3455
3456
  },
@@ -3577,7 +3578,9 @@ var baseStyle$7 = {
3577
3578
  _disabled: {
3578
3579
  cursor: 'not-allowed',
3579
3580
  bg: colors.fill.light.quaternary,
3580
- color: colors.label.secondary.light
3581
+ color: colors.label.secondary.light,
3582
+ border: '1px solid',
3583
+ borderColor: '#9999991A'
3581
3584
  },
3582
3585
  _focus: {
3583
3586
  bg: '#ffffff',