Skip to content

Commit 6328d20

Browse files
authored
Fix menu keyboard shortcut icons background color when hovered/focused (#8153)
1 parent 1dd65ff commit 6328d20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@react-spectrum/s2/src/Menu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ let keyboard = style<{size: 'S' | 'M' | 'L' | 'XL', isDisabled: boolean}>({
306306
isDisabled: 'GrayText'
307307
}
308308
},
309-
backgroundColor: 'gray-25',
310309
unicodeBidi: 'plaintext'
311310
});
312311

0 commit comments

Comments
 (0)