diff --git a/packages/react-components/react-color-picker-preview/library/src/components/ColorSlider/useColorSliderStyles.styles.ts b/packages/react-components/react-color-picker-preview/library/src/components/ColorSlider/useColorSliderStyles.styles.ts index 25f9488b8e29cc..06e6e1f593f4ac 100644 --- a/packages/react-components/react-color-picker-preview/library/src/components/ColorSlider/useColorSliderStyles.styles.ts +++ b/packages/react-components/react-color-picker-preview/library/src/components/ColorSlider/useColorSliderStyles.styles.ts @@ -129,7 +129,7 @@ const useThumbStyles = makeStyles({ outlineStyle: 'none', forcedColorAdjust: 'none', borderRadius: tokens.borderRadiusCircular, - border: `1px solid ${tokens.colorNeutralForeground4}`, + border: `${tokens.strokeWidthThin} solid ${tokens.colorNeutralForeground4}`, boxShadow: tokens.shadow4, backgroundColor: `var(${colorSliderCSSVars.thumbColorVar})`, [`${thumbPositionVar}`]: `clamp(var(${innerThumbRadiusVar}), var(${colorSliderCSSVars.sliderProgressVar}), calc(100% - var(${innerThumbRadiusVar})))`,