1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-04-04 17:36:22 +00:00

fix incorrect h3 font size

This commit is contained in:
Maroš Špak 2018-12-11 16:23:56 +01:00
parent f73ed1fdcc
commit 530027f38b

View File

@ -10,7 +10,7 @@ export const FONT_SIZE = {
BIGGEST: '2.5714rem',
H1: '1.2857rem',
H2: '1.1428rem',
H3: '14rem',
H3: '1rem',
H4: '0.8571rem',
COUNTER: '0.7857rem',
};