1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-23 14:31:07 +00:00

remove useles padding (vertically centered via flexbox)

This commit is contained in:
slowbackspace 2019-03-16 17:01:23 +01:00
parent 56a14f0aa7
commit 2bf7380246

View File

@ -63,7 +63,7 @@ export const BORDER_WIDTH = {
};
export const LEFT_NAVIGATION_ROW = {
PADDING: '16px 24px',
PADDING: '0px 24px',
};
const TRANSITION_TIME = {