wonder-blocks icon indicating copy to clipboard operation
wonder-blocks copied to clipboard

WB-1672: Form fields: Update border color to offBlack50

Open jandrade opened this issue 11 months ago • 6 comments

Summary:

For a11y reasons, we are changing the border color from offBlack16 to offBlack50. This will solve a color contrast issue for non-text elements like textfields and dropdown openers.

This PR updates this color in TextField, MultiSelect and SingleSelect to match these changes.

TextField / LabeledTextField:

Screenshot 2024-03-15 at 10 18 25 AM

MultiSelect / SingleSelect:

Screenshot 2024-03-15 at 10 18 49 AM

Issue: WB-1672

Test plan:

Verify the border color of the Textfield, MultiSelect and SingleSelect in Storybook and chromatic, and ensure that the color looks as we expect.

jandrade avatar Mar 15 '24 14:03 jandrade