imported logos, header displays logo based on whiteLabel
This commit is contained in:
parent
0d5d2e821f
commit
95a1ba486b
214 changed files with 290 additions and 193 deletions
8
src/hooks/useThemeType.ts
Normal file
8
src/hooks/useThemeType.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// import { useTheme, Theme } from "@material-ui/core";
|
||||
|
||||
import { Theme, useTheme } from "@mui/material";
|
||||
|
||||
export function useThemeType() {
|
||||
const theme: Theme = useTheme();
|
||||
return theme.palette.mode;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue