@televet/kibble-ui 1.14.10 → 1.14.11

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/build/index.js CHANGED
@@ -1707,8 +1707,8 @@ var ButtonVariantConfig = {
1707
1707
  light: {
1708
1708
  content: colors.text.light.error,
1709
1709
  default: colors.transparent,
1710
- hover: colors.red['50'],
1711
- active: colors.red['100'],
1710
+ hover: colors.blackAlpha['50'],
1711
+ active: colors.blackAlpha['100'],
1712
1712
  border: colors.border.light.error,
1713
1713
  },
1714
1714
  dark: {