mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-20 06:58:45 +00:00
Fix transition constant
This commit is contained in:
parent
c0555bea0c
commit
aa6e37fc38
@ -29,7 +29,7 @@ const TRANSITION_TIME = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const TRANSITION = {
|
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 = {
|
export const LINE_HEIGHT = {
|
||||||
|
Loading…
Reference in New Issue
Block a user