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 a61429d commit da50a26Copy full SHA for da50a26
src/components/fields/RadioGroup/Radio.tsx
@@ -47,7 +47,7 @@ const TabRadioButtonSelectedElement = tasty(RadioButtonElement, {
47
qa: 'RadioSelected',
48
styles: {
49
fill: '#white',
50
- shadow: '0 0 .5x #shadow',
+ shadow: '0 1bw .375x #dark.15',
51
},
52
});
53
0 commit comments