Skip to content

Commit

Permalink
style(Saturation): Modify pointer position.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 16, 2021
1 parent f7fc7df commit f574f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/color-saturation/src/Pointer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Pointer = ({ className, color, left, top, prefixCls }: PointerProps
style={{
width: 6,
height: 6,
transform: 'translate(-4px, -4px)',
transform: 'translate(-3px, -3px)',
boxShadow: BOXSHADOW,
borderRadius: '50%',
backgroundColor: color,
Expand Down

0 comments on commit f574f95

Please sign in to comment.