fix: new font sizes

This commit is contained in:
Taranto 2020-09-09 19:18:44 +01:00 committed by Josh Harvey
parent 99b400f21c
commit 29502ee303
3 changed files with 12 additions and 8 deletions

View file

@ -9,6 +9,7 @@ import {
fontColor,
offColor,
subheaderColor,
fontSize3,
fontSize5
} from './variables'
@ -93,10 +94,12 @@ export default createMuiTheme({
MuiInputLabel: {
root: {
font: 'inherit',
fontSize: fontSize3,
color: offColor
},
shrink: {
color: fontColor
color: fontColor,
transform: 'translate(0, 1.7px) scale(0.83)'
}
},
MuiFormLabel: {

View file

@ -63,10 +63,10 @@ const fontPrimary = 'Mont'
const fontSecondary = 'MuseoSans'
const fontMonospaced = 'BPmono'
let fontSize1 = 25
let fontSize2 = 21
let fontSize3 = 17
let fontSize4 = 15
let fontSize1 = 24
let fontSize2 = 20
let fontSize3 = 16
let fontSize4 = 14
let fontSize5 = 13
if (version === 8) {