modals
This commit is contained in:
@@ -43,9 +43,9 @@ const Button = ({
|
||||
type={type}
|
||||
disabled={disabled}
|
||||
onClick={onClick}
|
||||
className={`zoom-280 min-w-10 max-h-10 ${rounded} ${
|
||||
className={`zoom-280 min-w-[40px] max-h-[40px] ${rounded} ${
|
||||
icon && !text ? "p-[10px] " : padding
|
||||
} transition-all duration-300 ease-in-out text-s pointer-events-auto flex gap-1 items-center align-middle h-fit ${backgroundColor} ${textColor} ${border} ${disabledStyle} ${
|
||||
} transition-all duration-300 ease-in-out text-[16px] pointer-events-auto flex gap-1 items-center align-middle h-fit ${backgroundColor} ${textColor} ${border} ${disabledStyle} ${
|
||||
className ? className : ""
|
||||
}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user