1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 18:08:08 +00:00

Add font size

This commit is contained in:
Vasek Mlejnsky 2018-08-27 12:35:42 +02:00
parent 8445ef8214
commit 47f96d7128

View File

@ -1,4 +1,5 @@
export const FONT_SIZE = {
SMALLEST: '10px',
SMALLER: '12px',
SMALL: '14px',
BASE: '16px',