Separate Client Portal & Dashboard
This commit is contained in:
17
frontend/client-portal/src/theme/overrides/Badge.ts
Normal file
17
frontend/client-portal/src/theme/overrides/Badge.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Badge(theme: Theme) {
|
||||
return {
|
||||
MuiBadge: {
|
||||
styleOverrides: {
|
||||
dot: {
|
||||
width: 10,
|
||||
height: 10,
|
||||
borderRadius: '50%'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user