Skip to content

Commit a2c3866

Browse files
committed
fix: change default border radius to 6px * 4
1 parent aac9f6d commit a2c3866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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: '(1r + .5x)',
199+
radius: '(@modal-radius - 1bw)',
200200
fill: '#white',
201201
shadow: '0px 4px 16px #shadow',
202202
height: 'initial 30x',

0 commit comments

Comments
 (0)