Separate Client Portal & Dashboard
This commit is contained in:
21
frontend/client-portal/src/theme/overrides/Radio.ts
Normal file
21
frontend/client-portal/src/theme/overrides/Radio.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Radio(theme: Theme) {
|
||||
return {
|
||||
MuiRadio: {
|
||||
styleOverrides: {
|
||||
root: {
|
||||
padding: theme.spacing(1),
|
||||
svg: {
|
||||
fontSize: 24,
|
||||
'&[font-size=small]': {
|
||||
fontSize: 20
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user