crm-project-ui 0.1.13 → 0.1.15

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
@@ -111,7 +111,7 @@ var buttonVariants = cva2(
111
111
  {
112
112
  variants: {
113
113
  variant: {
114
- default: "bg-primary text-primary-foreground shadow hover:bg-primary/90",
114
+ default: "bg-blue-600 text-primary-foreground shadow hover:bg-primary/90",
115
115
  destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
116
116
  outline: "border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
117
117
  secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",