map quality fixing

This commit is contained in:
2024-02-21 18:18:27 +05:00
parent 3c8f6007e7
commit 2ab407d008
19 changed files with 7094 additions and 33 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ const BackButton = ({ title = "", onClick, className }: BackButtonProps) => {
return (
<button
onClick={onClick}
className={`flex items-center gap-1 py-[6px] pl-2 pr-4 bg-white rounded-full text-sm font-medium border border-[#C7BDBA] justify-center select-none ${
className={`flex items-center gap-1 py-[6px] pl-2 pr-4 bg-white rounded-full text-sm font-medium border border-[#C7BDBA] justify-center select-none hover:bg-secondary transition-all duration-200 ${
title ? "w-fit" : "w-10"
} ${className ? className : ""}`}
>