Skip to content

Commit

Permalink
[wb-1797-cell-color-contrast] docs(changeset): DetailCell and Compact…
Browse files Browse the repository at this point in the history
…Cell: update styling to address color contrast accessibility issues
  • Loading branch information
beaesguerra committed Jan 20, 2025
1 parent 27c2941 commit 080eab9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .changeset/wise-actors-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
"@khanacademy/wonder-blocks-cell": patch
---

DetailCell and CompactCell: update styling to address color contrast accessibility issues. Updated styles include:

- General:
- Changing the grey used for subtitles
- Using `icon.primary` for the right accessory
- Press state:
- Changing the background to `fadedBlue8`
- Adding a thin left border when clickable cells are pressed
- Hover state:
- Changing the background to `fadedBlue8`
- Disabled state:
- Changing the focus outline to `action.disabled.default`
- Selected state (cells with `active=true`):
- Adding a thick left border
- Changing the text color to `action.primary.active`
- The styling no longer changes when a selected cell is hovered or pressed on

0 comments on commit 080eab9

Please sign in to comment.