Separate Client Portal & Dashboard
This commit is contained in:
22
frontend/client-portal/src/theme/overrides/SvgIcon.ts
Normal file
22
frontend/client-portal/src/theme/overrides/SvgIcon.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function SvgIcon(theme: Theme) {
|
||||
return {
|
||||
MuiSvgIcon: {
|
||||
styleOverrides: {
|
||||
fontSizeSmall: {
|
||||
width: 20,
|
||||
height: 20,
|
||||
fontSize: 'inherit'
|
||||
},
|
||||
fontSizeLarge: {
|
||||
width: 32,
|
||||
height: 32,
|
||||
fontSize: 'inherit'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user