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:
parent
4d539aff56
commit
4b9d22066c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user