|
|
|
@ -120,7 +120,7 @@ const Location = ({ |
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
|
<div |
|
|
|
|
className={`bg-opacity-5 border border-solid flex items-center w-full px-3 py-2 rounded-md relative
|
|
|
|
|
className={`relative w-full flex items-center px-3 py-2 dark:bg-opacity-5 border border-solid transition-all duration-500 rounded-md
|
|
|
|
|
${ |
|
|
|
|
active |
|
|
|
|
? "border-green-400 bg-blueC0 bg-opacity-5" |
|
|
|
@ -211,7 +211,7 @@ const Location = ({ |
|
|
|
|
)} |
|
|
|
|
</div> |
|
|
|
|
<Button |
|
|
|
|
title="نمایش روی نقشه" |
|
|
|
|
title="مشاهده روی نقشه" |
|
|
|
|
backgroundColor={isDark ? "bg-transparent" : "bg-blueC0"} |
|
|
|
|
border={{ |
|
|
|
|
color: isDark ? "#ffffff55" : "#196EC055", |
|
|
|
|