Skip to content

Commit 70467e3

Browse files
committed
fix(Menu): item styles * 2
1 parent a8a761e commit 70467e3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/pickers/Menu/MenuButton.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,13 @@ const StyledButton = tasty(Block, {
6060
placeItems: 'center',
6161
},
6262

63-
Postfix: {},
63+
Postfix: {
64+
color: {
65+
'': '#dark-03',
66+
pressed: '#dark-02',
67+
disabled: '#dark-04',
68+
},
69+
},
6470
},
6571
});
6672

0 commit comments

Comments
 (0)