Carousel/feature cards in the Showcase page use color: #FFFFFF text on background: #f59e0b (amber), producing a contrast ratio of 2.14:1. WCAG AA requires 4.5:1 for normal text and 3:1 for large text. Fix: either darken the background, change the text color to a dark value, or adjust the card's background field in the YAML to a color with sufficient contrast against white. Found in e2e run on PR #437.
Carousel/feature cards in the Showcase page use
color: #FFFFFFtext onbackground: #f59e0b(amber), producing a contrast ratio of 2.14:1. WCAG AA requires 4.5:1 for normal text and 3:1 for large text. Fix: either darken the background, change the text color to a dark value, or adjust the card'sbackgroundfield in the YAML to a color with sufficient contrast against white. Found in e2e run on PR #437.