Separate Client Portal & Dashboard
This commit is contained in:
16
frontend/dashboard/src/theme/overrides/Popover.ts
Normal file
16
frontend/dashboard/src/theme/overrides/Popover.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Popover(theme: Theme) {
|
||||
return {
|
||||
MuiPopover: {
|
||||
styleOverrides: {
|
||||
paper: {
|
||||
boxShadow: theme.customShadows.dropdown,
|
||||
borderRadius: Number(theme.shape.borderRadius) * 1.5,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user