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 b92cc29 commit 911635dCopy full SHA for 911635d
src/theme/components/menu.ts
@@ -70,12 +70,15 @@ export const MenuItem = {
70
color: 'text.400',
71
},
72
73
- _focus: {
+ _hover: {
74
bg: 'muted.200',
75
76
- _pressed: {
+ _focus: {
77
bg: 'muted.300',
78
79
+ _pressed: {
80
+ bg: 'muted.400',
81
+ },
82
83
_icon: {
84
color: 'muted.500',
@@ -97,12 +100,15 @@ export const MenuItem = {
97
100
color: 'text.600',
98
101
99
102
103
104
bg: 'muted.700',
105
106
107
bg: 'muted.600',
108
109
110
+ bg: 'muted.500',
111
112
113
114
color: 'muted.400',
0 commit comments