upd
This commit is contained in:
@@ -49,8 +49,8 @@ function Button({
|
||||
variantClasses.find((item) => item.name === variant)?.classes
|
||||
} ${fullWidth ? "w-full" : "w-fit"} ${
|
||||
large
|
||||
? `h-10 ${onlyIcon ? "p-2" : icon ? "pl-4 pr-6" : "px-4"}`
|
||||
: `h-8 ${onlyIcon ? "p-1" : icon ? "pl-2 pr-4" : "px-6"}`
|
||||
? `h-10 ${onlyIcon ? "p-2" : icon ? "pl-4 pr-6" : "px-6"}`
|
||||
: `h-8 ${onlyIcon ? "p-1" : icon ? "pl-2 pr-4" : "px-4"}`
|
||||
} ${className}`}
|
||||
onClick={onClick}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user