mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-15 21:08:57 +00:00
14 lines
190 B
JavaScript
14 lines
190 B
JavaScript
|
export const FONT_SIZE = {
|
||
|
SMALLER: '12px',
|
||
|
SMALL: '14px',
|
||
|
BASE: '16px',
|
||
|
};
|
||
|
|
||
|
export const TRANSITION_TIME = {
|
||
|
BASE: '0.3s',
|
||
|
}
|
||
|
|
||
|
export const ICON_SIZE = {
|
||
|
BASE: '20px',
|
||
|
}
|