fix: typography styling

This commit is contained in:
Sérgio Salgado 2021-04-17 08:48:18 +01:00 committed by Josh Harvey
parent 6eaebc3108
commit 771a60a4ad
11 changed files with 35 additions and 65 deletions

View file

@ -8,7 +8,7 @@ import {
fontPrimary,
fontSecondary,
fontMonospaced,
fontSize2FA
codeInputFontSize
} from 'src/styling/variables'
const base = {
@ -128,7 +128,7 @@ export default {
},
confirmationCode: {
extend: base,
fontSize: fontSize2FA,
fontSize: codeInputFontSize,
fontFamily: fontPrimary,
fontWeight: 900
},