Help dialog with available hotkeys
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { withStyles } from '@material-ui/core/styles'
|
||||
import MuiDialogContent from '@material-ui/core/DialogContent'
|
||||
|
||||
export const DialogContent = withStyles((theme) => ({
|
||||
root: {
|
||||
padding: theme.spacing(2),
|
||||
},
|
||||
}))(MuiDialogContent)
|
||||
Reference in New Issue
Block a user