starting map

This commit is contained in:
2024-01-29 18:01:22 +05:00
parent 5c20268ecf
commit 888d965a5b
25 changed files with 483 additions and 52 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ type HelpButtonProps = {
const HelpButton = ({ handleOnHelpClick }: HelpButtonProps) => {
return (
<button
className="bg-white border-[#C7BDBA] p-[6px] rounded-full"
className="bg-white border-[#C7BDBA] p-[6px] rounded-full h-8 w-8"
onClick={handleOnHelpClick}
>
<HelpIcon />