Skip to content

Commit 2d66154

Browse files
committed
Dim shortcut representation
1 parent e6a59e8 commit 2d66154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ra-ui-materialui/src/KeyboardShortcut.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const KeyboardShortcutClasses = {
8686
};
8787

8888
const Root = styled('div')(({ theme }) => ({
89+
opacity: 0.7,
8990
[`& .${KeyboardShortcutClasses.kbd}`]: {
9091
padding: '4px 5px',
9192
display: 'inline-block',

0 commit comments

Comments
 (0)