1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

chore(core/rust): change the position of up arrow icon

[no changelog]
This commit is contained in:
grdddj 2023-09-14 10:47:31 +02:00 committed by Jiří Musil
parent 4d539aff56
commit 4b9d22066c

View File

@ -412,7 +412,7 @@ where
/// Up arrow to signal paginating back. No outline. Offsetted little right
/// to not be on the boundary.
pub fn up_arrow_icon() -> Self {
Self::icon(theme::ICON_ARROW_UP).with_offset(Offset::new(2, -3))
Self::icon(theme::ICON_ARROW_UP).with_offset(Offset::new(3, -4))
}
/// Down arrow to signal paginating forward. Takes half the screen's width