Skip to content

Commit

Permalink
change font of list items (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnosov622 authored Nov 11, 2022
1 parent 960b262 commit 3073184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/app/src/components/SearchHelp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const useStyles = makeStyles((theme: Theme) => ({
paddingBottom: '1.5rem',
},
list: {
fontFamily: 'Times New Roman',
fontSize: '1.7rem',
fontFamily: 'Spartan',
fontSize: '1.5rem',
lineHeight: '3rem',
color: theme.palette.text.primary,
listStyleType: 'none',
Expand Down

0 comments on commit 3073184

Please sign in to comment.