We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc43ce2 commit 0c0688bCopy full SHA for 0c0688b
components/swatch/dist/metadata.json
@@ -95,6 +95,7 @@
95
"--spectrum-swatch-icon-border-color",
96
"--spectrum-swatch-icon-color",
97
"--spectrum-swatch-inner-border-color-selected",
98
+ "--spectrum-swatch-rectangle-width-multiplier",
99
"--spectrum-swatch-size",
100
"--spectrum-swatch-size-extra-small",
101
"--spectrum-swatch-size-large",
components/swatch/index.css
@@ -311,7 +311,7 @@
311
}
312
313
.spectrum-Swatch--rectangle {
314
- inline-size: calc(var(--spectrum-swatch-size) * var(--spectrun-swatch-rectangle-width-multiplier));
+ inline-size: calc(var(--spectrum-swatch-size) * var(--spectrum-swatch-rectangle-width-multiplier));
315
316
317
/* Variant: Rounding - Full */
0 commit comments