added themeType and made themes work with our whiteLabels
This commit is contained in:
parent
95a1ba486b
commit
4670dc4ecc
5 changed files with 171 additions and 19 deletions
|
|
@ -32,7 +32,7 @@ const useStyles = makeStyles((theme: Theme) => ({
|
|||
display: "flex",
|
||||
alignItems: "flex-end",
|
||||
justifyContent: "flex-start"
|
||||
},
|
||||
},
|
||||
logoLink: {
|
||||
display: "flex",
|
||||
justifyContent: "center",
|
||||
|
|
@ -61,7 +61,7 @@ interface Props {
|
|||
openSide: () => void;
|
||||
// teams: Team[];
|
||||
// setTeams: React.Dispatch<React.SetStateAction<Team[]>>;
|
||||
}
|
||||
}
|
||||
|
||||
export default function Header(props: Props) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue