Skip to content

Commit ead45e8

Browse files
committed
style(Wheel): Modify opacity style.
1 parent af4f3ce commit ead45e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/color-wheel/src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export default React.forwardRef<HTMLDivElement, WheelProps>((props, ref) => {
9898
backgroundColor: '#000',
9999
borderRadius: '50%',
100100
position: 'absolute',
101-
margin: -1,
102101
inset: 0,
103102
opacity: typeof hsva.v === 'number' ? 1 - hsva.v / 100 : 0,
104103
}}

0 commit comments

Comments
 (0)