tccd-ui 0.0.63 → 0.0.65

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/index.js CHANGED
@@ -80,7 +80,7 @@ var Button = ({ buttonText, buttonIcon, onClick, type, disabled = false, loading
80
80
  const hoverStyles = {
81
81
  primary: "hover:bg-background hover:border-primary hover:text-primary",
82
82
  secondary: "hover:bg-background hover:border-secondary hover:text-secondary",
83
- tertiary: "hover:bg-background hover:text-white hover:dark:text-text hover:dark:bg-background-tertiary hover:border-tertiary",
83
+ tertiary: "hover:bg-background hover:text-contrast hover:dark:text-text hover:dark:bg-background-tertiary hover:border-tertiary",
84
84
  danger: "hover:bg-primary hover:text-text",
85
85
  ghost: "hover:bg-secondary/30",
86
86
  basic: "hover:bg-background-contrast/30"