Move KeyboardShortcut styling into a separate file (#8067)
This commit is contained in:
@@ -58,7 +58,7 @@ export const KeyboardShortcut: React.FC<IKeyboardShortcutProps> = ({ value }) =>
|
||||
modifiersElement.push(<KeyboardKey key="shiftKey" name={Key.SHIFT} />);
|
||||
}
|
||||
|
||||
return <div>
|
||||
return <div className="mx_KeyboardShortcut">
|
||||
{ modifiersElement }
|
||||
<KeyboardKey name={value.key} last />
|
||||
</div>;
|
||||
|
||||
Reference in New Issue
Block a user