Skip to content
Snippets Groups Projects
Verified Commit 4076ca45 authored by Andreas Ellewsen's avatar Andreas Ellewsen
Browse files

Set font sizes for typography elements

parent d0645178
No related branches found
No related tags found
1 merge request!256Greg 172 Normalise frontend font sizes
Pipeline #111927 passed
...@@ -10,6 +10,19 @@ const mainTheme: ThemeOptions = { ...@@ -10,6 +10,19 @@ const mainTheme: ThemeOptions = {
textWhite: 'white', textWhite: 'white',
footerLinkBgColor: '#202020', footerLinkBgColor: '#202020',
}, },
typography: {
fontSize: 16,
h2: {
fontSize: 28,
},
body1: {
fontSize: 18,
},
button: {
fontSize: 14,
},
},
// No palette section defined here, it is up to the different institutions to define colours that override the default ones from Material UI // No palette section defined here, it is up to the different institutions to define colours that override the default ones from Material UI
components: { components: {
MuiTextField: { MuiTextField: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment