added themeType and made themes work with our whiteLabels

This commit is contained in:
Carter 2024-10-31 18:02:17 -06:00
parent 95a1ba486b
commit 4670dc4ecc
5 changed files with 171 additions and 19 deletions

View file

@ -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) {