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 c504281 commit fe76c51Copy full SHA for fe76c51
src/components/RadialSlider/ButtonContent.tsx
@@ -16,7 +16,7 @@ const ButtonContent = (props: ButtonProps) => {
16
style={style}>
17
<Svg height="30" width="45">
18
<G>
19
- <Circle cx="20" cy="20" r="20" />
+ <Circle cx="20" cy="20" r="20" fill="none" />
20
<Path
21
d={
22
buttonType === 'left-btn'
@@ -27,6 +27,7 @@ const ButtonContent = (props: ButtonProps) => {
27
strokeWidth="2.4"
28
strokeLinecap="round"
29
strokeLinejoin="round"
30
+ fill="none"
31
/>
32
</G>
33
</Svg>
0 commit comments