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