fix(feedback): raise hero pill contrast to WCAG AA #134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/bunyip-97"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Feedback page hero pill ("Help shape what ships next") used translucent
text-primary on bg-primary/10, yielding ~1.9:1 contrast and failing WCAG 2.1
AA (4.5:1 for 14px text). Switch it to the same solid bunyip-reed token pair
the landing-page "Now in early access" pill already uses
(bg-bunyip-reed-100/dark:bg-bunyip-reed-800 with text-bunyip-reed-800/dark:text-bunyip-reed-100),
which passes the contrast scan.
#BUNYIP-97
Branch-backed replacement for #118 (original was AGit/branchless, no merge button once behind main). Rebased clean onto current main.
The Feedback page hero pill ("Help shape what ships next") used translucent text-primary on bg-primary/10, yielding ~1.9:1 contrast and failing WCAG 2.1 AA (4.5:1 for 14px text). Switch it to the same solid bunyip-reed token pair the landing-page "Now in early access" pill already uses (bg-bunyip-reed-100/dark:bg-bunyip-reed-800 with text-bunyip-reed-800/dark:text-bunyip-reed-100), which passes the contrast scan. #BUNYIP-97