Fix FAB (#6611)
parent
da0ea5d9d0
commit
0e04f5d338
|
@ -39,7 +39,7 @@ const buttonClasses = cva(
|
||||||
variant: {
|
variant: {
|
||||||
button: "",
|
button: "",
|
||||||
icon: "flex justify-center",
|
icon: "flex justify-center",
|
||||||
fab: "h-14 w-14 sm:h-9 sm:w-auto rounded-full justify-center sm:rounded-md sm:px-4 sm:py-2.5 radix-state-open:rotate-45 sm:radix-state-open:rotate-0 transition-transform radix-state-open:shadown-none radix-state-open:ring-0 !shadow-none",
|
fab: "rounded-full justify-center sm:rounded-md radix-state-open:rotate-45 sm:radix-state-open:rotate-0 transition-transform radix-state-open:shadown-none radix-state-open:ring-0 !shadow-none",
|
||||||
},
|
},
|
||||||
color: {
|
color: {
|
||||||
primary: "text-white dark:text-black",
|
primary: "text-white dark:text-black",
|
||||||
|
@ -145,6 +145,11 @@ const buttonClasses = cva(
|
||||||
size: "sm",
|
size: "sm",
|
||||||
className: "h-6 w-6 !p-1",
|
className: "h-6 w-6 !p-1",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
variant: "fab",
|
||||||
|
size: "base",
|
||||||
|
className: "h-14 sm:h-9 sm:w-auto sm:px-4 sm:py-2.5",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
defaultVariants: {
|
defaultVariants: {
|
||||||
variant: "button",
|
variant: "button",
|
||||||
|
|
Loading…
Reference in New Issue