1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-11 08:31:00 +00:00

Fix transition constant

This commit is contained in:
Vasek Mlejnsky 2018-08-24 08:42:59 +02:00
parent c0555bea0c
commit aa6e37fc38

View File

@ -29,7 +29,7 @@ const TRANSITION_TIME = {
};
export const TRANSITION = {
HOVER: `transition: background-color ${TRANSITION_TIME.BASE} ease-in-out, color ${TRANSITION_TIME.BASE} ease-in-out, border-color ${TRANSITION_TIME.BASE} ease-in-out`,
HOVER: `background-color ${TRANSITION_TIME.BASE} ease-in-out, color ${TRANSITION_TIME.BASE} ease-in-out, border-color ${TRANSITION_TIME.BASE} ease-in-out`,
};
export const LINE_HEIGHT = {