From ed1f7ad3d0f6572073b547df20bd9bffbeac9c67 Mon Sep 17 00:00:00 2001 From: Julian Tabel Date: Fri, 20 Feb 2026 21:35:54 +0100 Subject: [PATCH] Increase encounter method badge sizes for readability Bump xs from 8px to 10px and sm from 9px to 12px so the route-list badges (Grass, Surfing, Gift, etc.) are legible at a glance. Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/EncounterMethodBadge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/EncounterMethodBadge.tsx b/frontend/src/components/EncounterMethodBadge.tsx index df6a7fe..7660796 100644 --- a/frontend/src/components/EncounterMethodBadge.tsx +++ b/frontend/src/components/EncounterMethodBadge.tsx @@ -90,7 +90,7 @@ export function EncounterMethodBadge({ }) { const config = METHOD_CONFIG[method] if (!config) return null - const sizeClass = size === 'xs' ? 'text-[8px] px-1 py-0' : 'text-[9px] px-1.5 py-0.5' + const sizeClass = size === 'xs' ? 'text-[10px] px-1.5 py-0.5' : 'text-xs px-2 py-0.5' return ( {config.label}