Skip to content

fix: 상태 색상 대비 WCAG AA 보완 - #364

Merged
hywznn merged 1 commit into
mainfrom
fix/97-status-color-contrast
Aug 18, 2026
Merged

fix: 상태 색상 대비 WCAG AA 보완#364
hywznn merged 1 commit into
mainfrom
fix/97-status-color-contrast

Conversation

@hywznn

@hywznn hywznn commented Aug 18, 2026

Copy link
Copy Markdown
Member

무엇을 바꿨나요?

  • 빨강·주황·초록 상태 색상을 한 단계 어둡게 조정했습니다.
  • 흰 배경뿐 아니라 실제 상태 배지의 옅은 색상 배경에서도 일반 텍스트 WCAG AA 기준(4.5:1 이상)을 충족합니다.
  • CSS 토큰이 다시 낮은 대비로 변경되지 않도록 자동 회귀 테스트를 추가했습니다.

대비 결과

상태 흰 배경 옅은 상태 배경
빨강 5.16:1 4.55:1
주황 5.51:1 5.01:1
초록 5.58:1 5.02:1

검증

  • bun run test: 83 files, 473 tests 통과
  • bun run lint: 오류 0건 (기존 Fast Refresh 경고 11건)
  • bun run build: 성공

Closes #97

@hywznn
hywznn merged commit 8b3c325 into main Aug 18, 2026
1 check passed
@hywznn
hywznn deleted the fix/97-status-color-contrast branch August 18, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Design] StatusLabel·기한 색상 토큰 대비(contrast) AA 미달 검토

1 participant