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:
parent
c0555bea0c
commit
aa6e37fc38
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user