fix: typography styling
This commit is contained in:
parent
6eaebc3108
commit
771a60a4ad
11 changed files with 35 additions and 65 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue