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 e3b138d commit 542e48dCopy full SHA for 542e48d
packages/@react-spectrum/color/src/ColorSlider.tsx
@@ -92,7 +92,8 @@ export const ColorSlider = React.forwardRef(function ColorSlider(props: Spectrum
92
{
93
'spectrum-ColorSlider-container--horizontal': !vertical,
94
'spectrum-ColorSlider-container--vertical': vertical
95
- }
+ },
96
+ styleProps.className
97
)}>
98
{label &&
99
<div className={classNames(styles, 'spectrum-ColorSlider-labelContainer')}>
0 commit comments