starting map
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user