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