feat(web): introduce API tokens in admin dashboard
This commit is contained in:
@@ -276,6 +276,15 @@ export const defaultTheme = createTheme({
|
||||
}),
|
||||
},
|
||||
},
|
||||
MuiDialogActions: {
|
||||
styleOverrides: {
|
||||
root: ({ theme }) => ({
|
||||
'&&': {
|
||||
paddingRight: theme.spacing(3),
|
||||
},
|
||||
}),
|
||||
},
|
||||
},
|
||||
MuiDialogTitle: {
|
||||
styleOverrides: {
|
||||
root: ({ theme }) => ({
|
||||
|
||||
Reference in New Issue
Block a user