diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 00000000..b5ac773f --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,3 @@ +## 2024-06-22 - Overview Stats 토글 버튼 키보드 접근성 개선 +**Learning:** `overview-stats` 컴포넌트의 설명 텍스트를 펼치거나 접는 ` diff --git a/packages/web/src/components/dashboard/overview-stats.tsx b/packages/web/src/components/dashboard/overview-stats.tsx index 7b30abd7..db5b15de 100644 --- a/packages/web/src/components/dashboard/overview-stats.tsx +++ b/packages/web/src/components/dashboard/overview-stats.tsx @@ -88,7 +88,7 @@ export function OverviewStats({ id="overview-stats-explanation-toggle" aria-expanded={expanded} aria-controls="overview-stats-explanation" - className="mt-4 flex items-center gap-2 text-xs text-muted-foreground hover:text-foreground transition-colors" + className="mt-4 flex items-center gap-2 text-xs text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring transition-colors rounded-sm" >