chore(rust): decrease icon top margin on welcome screen to 48 px

[no changelog]
pull/2659/merge
grdddj 1 year ago committed by Jiří Musil
parent ead61d1e90
commit 1215268ae9

@ -6,7 +6,7 @@ use crate::ui::{
};
const TEXT_BOTTOM_MARGIN: i16 = 24; // matching the homescreen label margin
const ICON_TOP_MARGIN: i16 = 62;
const ICON_TOP_MARGIN: i16 = 48;
const MODEL_NAME: &str = "Trezor Model T";
const MODEL_NAME_FONT: display::Font = display::Font::DEMIBOLD;

Loading…
Cancel
Save