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 2fd87d9 commit ad72540Copy full SHA for ad72540
packages/@react-spectrum/color/src/ColorSwatch.tsx
@@ -61,7 +61,7 @@ function ColorSwatch(props: SpectrumColorSwatchProps, ref: DOMRef<HTMLDivElement
61
// Red slash to indicate there is no selected color.
62
: 'linear-gradient(to bottom right, transparent calc(50% - 2px), var(--spectrum-red-900) calc(50% - 2px) calc(50% + 2px), transparent calc(50% + 2px)) no-repeat'
63
}}
64
- className={style({
+ className={styleProps.className + style({
65
size: {
66
67
XS: 4,
0 commit comments