Skip to content

Commit

Permalink
Merge pull request #51 from codersagainstcovidorg/minor-tweaks
Browse files Browse the repository at this point in the history
Updated spacing and coloring on legal modal to look more natural
  • Loading branch information
afahy authored Mar 29, 2020
2 parents 62371ef + b4f84aa commit a766166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/LegalModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ class LegalModal extends React.Component<iProps, iState> {
<DialogContent dividers>
<Typography
style={{
padding: '12%',
padding: '5%',
fontWeight: 'bold',
fontSize: '1.3rem',
color: '#E45B26',
color: '#E43E2F',
textAlign: 'center',
}}
>
Expand Down

0 comments on commit a766166

Please sign in to comment.