Separate Client Portal & Dashboard
This commit is contained in:
13
frontend/dashboard/src/theme/overrides/Link.ts
Normal file
13
frontend/dashboard/src/theme/overrides/Link.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Theme } from '@mui/material/styles';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
export default function Link(theme: Theme) {
|
||||
return {
|
||||
MuiLink: {
|
||||
defaultProps: {
|
||||
underline: 'hover',
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user