Skip to content

Commit fe76c51

Browse files
harsh-h-simformdhruv-h-simform
authored andcommitted
fix(UNT-T17449): default increment decrement button design
1 parent c504281 commit fe76c51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/RadialSlider/ButtonContent.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const ButtonContent = (props: ButtonProps) => {
1616
style={style}>
1717
<Svg height="30" width="45">
1818
<G>
19-
<Circle cx="20" cy="20" r="20" />
19+
<Circle cx="20" cy="20" r="20" fill="none" />
2020
<Path
2121
d={
2222
buttonType === 'left-btn'
@@ -27,6 +27,7 @@ const ButtonContent = (props: ButtonProps) => {
2727
strokeWidth="2.4"
2828
strokeLinecap="round"
2929
strokeLinejoin="round"
30+
fill="none"
3031
/>
3132
</G>
3233
</Svg>

0 commit comments

Comments
 (0)