setting default team to view as when user is first loaded

This commit is contained in:
Carter 2025-03-07 15:18:30 -06:00
parent d19d37410e
commit 89b964fef6
3 changed files with 5 additions and 5 deletions

View file

@ -43,12 +43,13 @@ const useStyles = makeStyles((theme: Theme) => ({
width: theme.spacing(6),
height: theme.spacing(6),
marginTop: "auto",
marginBottom: "auto"
marginBottom: "auto",
},
titleBox: {
display: "flex",
alignItems: "center",
marginLeft: theme.spacing(1),
width: "100%"
}
}))