setting default team to view as when user is first loaded
This commit is contained in:
parent
d19d37410e
commit
89b964fef6
3 changed files with 5 additions and 5 deletions
|
|
@ -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%"
|
||||
}
|
||||
}))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue