Skip to content

Commit

Permalink
chore: center align title on modal
Browse files Browse the repository at this point in the history
  • Loading branch information
LiviaValenti committed Apr 22, 2022
1 parent 59ef719 commit 31d7d43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/WipeAdmissionDataModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const useStyles = createStyles((theme) => ({
modalTitle: {
color: 'white',
fontSize: '1rem',
textAlign: 'center',
width: '100%',
h1: {
fontWeight: 500,
margin: 0,
Expand Down

0 comments on commit 31d7d43

Please sign in to comment.