crm-project-ui 0.1.12 → 0.1.14
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +143 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +12 -5
package/dist/index.js
CHANGED
|
@@ -111,7 +111,7 @@ var buttonVariants = cva2(
|
|
|
111
111
|
{
|
|
112
112
|
variants: {
|
|
113
113
|
variant: {
|
|
114
|
-
default: "bg-
|
|
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",
|