Skip to content

Commit

Permalink
reduce size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
melissaperreault committed Jan 17, 2024
1 parent e2b0b9d commit 6a180b8
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
@@ -1,6 +1,6 @@
/* swatch lives in its own file for reusability of the swatch in swatch-input and dropdown */
.swatch {
--swatch--size: var(--swatch-input--size, 4.4rem);
--swatch--size: var(--swatch-input--size, 4rem);
--swatch--border-radius: var(--swatch-input--border-radius, 50%);

display: block;
Expand Down

0 comments on commit 6a180b8

Please sign in to comment.