Skip to content

Commit afb026e

Browse files
committed
fix(Menu): fix unresponsive item on tap to click * 3
1 parent bacbefd commit afb026e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pickers/Menu/MenuButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const StyledButton = tasty(Block, {
4242
'selectionIcon & selectable & !selected':
4343
'(0.75x - 1px) (1.5x - 1px) (0.75x - 1px) (1.5x - 1px + 22px)',
4444
},
45-
display: 'grid',
46-
flow: 'column',
45+
display: 'flex',
46+
flow: 'row',
4747
justifyContent: 'start',
4848
gap: '.75x',
4949

0 commit comments

Comments
 (0)