@mindtris/ui 0.1.6 → 0.1.7
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.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2827,7 +2827,7 @@ var buttonVariants = createVariants({
|
|
|
2827
2827
|
variants: {
|
|
2828
2828
|
variant: {
|
|
2829
2829
|
primary: "bg-primary text-primary-foreground hover:bg-primary/90",
|
|
2830
|
-
secondary: "bg-secondary text-secondary-foreground border-
|
|
2830
|
+
secondary: "bg-secondary text-secondary-foreground border-0 shadow-none hover:bg-background",
|
|
2831
2831
|
tertiary: "bg-card border-border shadow-none hover:bg-card/95 text-primary",
|
|
2832
2832
|
outline: "bg-card border-2 border-border text-foreground shadow-none hover:bg-muted",
|
|
2833
2833
|
"outline-strong": "bg-card border border-primary text-foreground hover:bg-muted",
|