starting map
This commit is contained in:
@@ -7,7 +7,7 @@ type ResizeButtonProps = {
|
||||
const ResizeButton = ({ handleOnHelpClick }: ResizeButtonProps) => {
|
||||
return (
|
||||
<button
|
||||
className="bg-white border-[#C7BDBA] p-[6px] rounded-full"
|
||||
className="bg-white border-[#C7BDBA] p-[6px] rounded-full w-8 h-8"
|
||||
onClick={handleOnHelpClick}
|
||||
>
|
||||
<ResizeIcon />
|
||||
|
||||
Reference in New Issue
Block a user