This commit is contained in:
2024-02-22 19:21:04 +05:00
parent 2ab407d008
commit 911cad2daf
5 changed files with 57 additions and 62 deletions
@@ -9,7 +9,7 @@ const ViewOnMapButton = ({ onClick, isVillaSelected }: ViewOnMapProps) => {
return (
<button
className={`w-1/2 border-r flex justify-center gap-1 items-center ${
isVillaSelected ? "bg-[#EAE5E0]" : ""
isVillaSelected ? "bg-[#EAE5E0] rounded-es-2xl" : ""
}`}
onClick={onClick}
>