Skip to content

Commit da50a26

Browse files
committed
fix(Radio): change shadow style
1 parent a61429d commit da50a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fields/RadioGroup/Radio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const TabRadioButtonSelectedElement = tasty(RadioButtonElement, {
4747
qa: 'RadioSelected',
4848
styles: {
4949
fill: '#white',
50-
shadow: '0 0 .5x #shadow',
50+
shadow: '0 1bw .375x #dark.15',
5151
},
5252
});
5353

0 commit comments

Comments
 (0)