Skip to content

Commit

Permalink
Change product variant swatches' border color (#3204)
Browse files Browse the repository at this point in the history
* change color reference

* remove character

* increase to meet contrast ratio of 3
  • Loading branch information
melissaperreault authored Jan 18, 2024
1 parent 35a1f99 commit bd7a22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/component-swatch.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
background: var(--swatch--background);
background-size: cover;
background-origin: border-box;
border: 0.1rem solid rgba(var(--color-background-contrast), 0.5);
border: 0.1rem solid rgba(var(--color-foreground), 0.45);
border-radius: var(--swatch--border-radius);
}

Expand Down

0 comments on commit bd7a22d

Please sign in to comment.