Skip to content

Commit

Permalink
fix(accessibility): State of active component lacks 3 to 1 contrast r…
Browse files Browse the repository at this point in the history
…atio (#299)
  • Loading branch information
RazvanPRA committed Jun 19, 2023
1 parent bb6cc09 commit 734bff1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions coral-theme-spectrum/src/styles/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -21771,4 +21771,12 @@
--ui-icon-medium-display: block;
--spectrum-light-textfield-border-color-accessibility: rgb(158, 158, 158);
--spectrum-light-textfield-background-color-accessibility: rgb(158, 158, 158);
--spectrum-neutral-subdued-background-color-default: rgb(109, 109, 109);
--spectrum-neutral-subdued-background-color-hover: rgb(70, 70, 70);
--spectrum-neutral-subdued-background-color-down: rgb(34, 34, 34);
--spectrum-neutral-subdued-background-color-key-focus: rgb(70, 70, 70);
--spectrum-gray-200: rgb(63, 63, 63);
--spectrum-gray-300: rgb(84, 84, 84);
--spectrum-white: rgb(255, 255, 255);
--spectrum-disabled-background-color: rgb(230, 230, 230);
}

0 comments on commit 734bff1

Please sign in to comment.