Skip to content

Commit

Permalink
Update packages/react-components/react-color-picker-preview/library/s…
Browse files Browse the repository at this point in the history
…rc/components/ColorSlider/useColorSliderStyles.styles.ts

Co-authored-by: Dmytro Kirpa <[email protected]>
  • Loading branch information
ValentinaKozlova and dmytrokirpa authored Jan 30, 2025
1 parent f42ce59 commit e4f0663
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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})))`,
Expand Down

0 comments on commit e4f0663

Please sign in to comment.