File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ function FilterDropdownContent({
9292
9393 < div >
9494 < span className = "inline-block text-base font-normal mb-2" > 위치</ span >
95- < div className = "grid grid-cols-2 gap-2 h-[16.125rem] overflow-y-auto border border-gray-200 rounded-md p-2" >
95+ < div className = "grid grid-cols-2 gap-1 h-[16.125rem] overflow-y-auto border border-gray-200 rounded-md p-2" >
9696 { sortedSeoulStricts . map ( ( area ) => (
9797 < button
9898 key = { area }
9999 onClick = { ( ) => toggleArea ( area ) }
100- className = { `px-2 py-1 rounded-md text-sm whitespace-nowrap cursor-pointer ${
100+ className = { `px-2 py-2 rounded-sm text-sm whitespace-nowrap hover:bg-gray-20 transition-colors cursor-pointer ${
101101 areasFilter ?. includes ( area )
102102 ? "bg-red-30 text-white"
103103 : "bg-gray-100 text-gray-800"
You can’t perform that action at this time.
0 commit comments