+
{/* Region filters */}
-
+
handleCountryChange(e.target.value)}
- className="border rounded px-2 py-1 text-xs text-gray-600 bg-white"
+ className="border rounded-lg px-2.5 py-1.5 text-xs text-gray-600 bg-white"
>
{countries.map((c) => (
@@ -711,7 +711,7 @@ export default function Home() {
handleCityChange(e.target.value)}
- className="border rounded px-2 py-1 text-xs text-gray-600 bg-white"
+ className="border rounded-lg px-2.5 py-1.5 text-xs text-gray-600 bg-white"
>
{cities.map((c) => (
@@ -723,7 +723,7 @@ export default function Home() {
handleDistrictChange(e.target.value)}
- className="border rounded px-2 py-1 text-xs text-gray-600 bg-white"
+ className="border rounded-lg px-2.5 py-1.5 text-xs text-gray-600 bg-white"
>
{districts.map((d) => (
@@ -733,10 +733,10 @@ export default function Home() {
)}
{/* Toggle buttons */}
-
+