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 4d53eb5 commit 427bcc7Copy full SHA for 427bcc7
src/components/fields/Select/Select.tsx
@@ -196,7 +196,7 @@ const ListBoxElement = tasty({
196
margin: '0',
197
padding: '.5x',
198
listStyle: 'none',
199
- radius: true,
+ radius: '(1r + .5x)',
200
fill: '#white',
201
shadow: '0px 4px 16px #shadow',
202
height: 'initial 30x',
src/components/pickers/Menu/styled.tsx
@@ -26,9 +26,7 @@ export const StyledMenu = tasty({
26
'': '#dark-05',
27
section: '',
28
},
29
- radius: {
30
- '': '1r',
31
- },
+ radius: '(1r + .5x + 1bw)',
32
boxShadow: {
33
'': '',
34
popover: '0px 5px 15px #dark.05',
0 commit comments