|
|
@ -113,7 +113,7 @@ const Location = ({ |
|
|
|
|
|
|
|
|
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<div |
|
|
|
<div |
|
|
|
className={`flex flex-col items-center w-full px-3 py-4 rounded-md my-4 border-2 border-solid transition-all duration-500 dark:bg-opacity-5 ${ |
|
|
|
className={`w-full flex flex-col items-center my-4 px-3 py-4 border border-solid transition-all duration-500 dark:bg-opacity-5 rounded-md cursor-pointer ${ |
|
|
|
active |
|
|
|
active |
|
|
|
? "bg-blueC0 bg-opacity-5 border-blueC0" |
|
|
|
? "bg-blueC0 bg-opacity-5 border-blueC0" |
|
|
|
: "bg-grayF9 border-gray-200 dark:border-gray-500" |
|
|
|
: "bg-grayF9 border-gray-200 dark:border-gray-500" |
|
|
|