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 e6a59e8 commit 2d66154Copy full SHA for 2d66154
packages/ra-ui-materialui/src/KeyboardShortcut.tsx
@@ -86,6 +86,7 @@ const KeyboardShortcutClasses = {
86
};
87
88
const Root = styled('div')(({ theme }) => ({
89
+ opacity: 0.7,
90
[`& .${KeyboardShortcutClasses.kbd}`]: {
91
padding: '4px 5px',
92
display: 'inline-block',
0 commit comments