atlassian-labs / storybook-addon-performance

🚧 A storybook addon to help better understand and debug performance for React components.
https://storybook-addon-performance.netlify.com
Other
652 stars 32 forks source link

The contrast ratio between foreground and background color of Start button in “Performance pane is 2.647:1 which is less than required ratio 4.5:1 #146

Open msftedad opened 1 year ago

msftedad commented 1 year ago

Test Environment: OS: Windows 11 OS version: 23H2 (OS Build 25393.1000) Edge Version: 114.0.1823.51 (Official build) (64-bit)

Repro steps:

  1. Open URL: Common Navigation - Scrolling Panel ⋅ Storybook (windows.net) with valid credentials.
  2. Navigate to “App bar” button at right side of the pane invoke it and navigate to “Default” link invoke it.
  3. Now navigate to “Performance” tab item invoke it now apply color contrast for Start button and observe the issue.

Actual Result: The contrast ratio between foreground and background colors of Start button in “Performance pane is 2.647:1 which is less than required ratio 4.5:1.

Expected Result: Ensure contrast ratio between foreground and background colors should meets the WCAG 2AA contrast ratio threshold i.e., 4.5:1.

Attachments:

Start button2

Start button

msftedad commented 7 months ago

Hi team, Any update on this issue?