1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00

add missing TREZOR_ACTION const

This commit is contained in:
slowbackspace 2018-12-13 14:37:13 +01:00
parent d5d59b32b8
commit 0623e1423e

View File

@ -66,4 +66,5 @@ export const TRANSITION = {
export const LINE_HEIGHT = { export const LINE_HEIGHT = {
SMALL: '1.42857143', SMALL: '1.42857143',
BASE: '1.8', BASE: '1.8',
TREZOR_ACTION: '37px',
}; };