Skip to content

Commit

Permalink
Rename covidTitle style to diseaseTitle #2712
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Jun 15, 2022
1 parent 4091214 commit b3a7940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const Sidebar = ({ drawerOpen }: SidebarProps): JSX.Element => {
>
<div className={classes.drawerContents}>
<div className={classes.drawerHeader}></div>
<Typography className={classes.covidTitle}>
<Typography className={classes.diseaseTitle}>
{diseaseName}
</Typography>
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const useStyles = makeStyles((theme: Theme) => ({
createNewIcon: {
marginRight: '12px',
},
covidTitle: {
diseaseTitle: {
fontSize: '28px',
marginLeft: '14px',
marginTop: '8px',
Expand Down

0 comments on commit b3a7940

Please sign in to comment.