Skip to content

Commit 427bcc7

Browse files
committed
fix: change default border radius to 6px * 2
1 parent 4d53eb5 commit 427bcc7

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/fields/Select/Select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const ListBoxElement = tasty({
196196
margin: '0',
197197
padding: '.5x',
198198
listStyle: 'none',
199-
radius: true,
199+
radius: '(1r + .5x)',
200200
fill: '#white',
201201
shadow: '0px 4px 16px #shadow',
202202
height: 'initial 30x',

src/components/pickers/Menu/styled.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ export const StyledMenu = tasty({
2626
'': '#dark-05',
2727
section: '',
2828
},
29-
radius: {
30-
'': '1r',
31-
},
29+
radius: '(1r + .5x + 1bw)',
3230
boxShadow: {
3331
'': '',
3432
popover: '0px 5px 15px #dark.05',

0 commit comments

Comments
 (0)