map page scaling
This commit is contained in:
@@ -43,7 +43,7 @@ const Button = ({
|
||||
type={type}
|
||||
disabled={disabled}
|
||||
onClick={onClick}
|
||||
className={`min-w-10 max-h-10 ${rounded} ${
|
||||
className={`zoom-280 min-w-10 max-h-10 ${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} ${
|
||||
className ? className : ""
|
||||
|
||||
Reference in New Issue
Block a user