From 4b9d22066c1dc3b531214f04783bd81088f25fd0 Mon Sep 17 00:00:00 2001 From: grdddj Date: Thu, 14 Sep 2023 10:47:31 +0200 Subject: [PATCH] chore(core/rust): change the position of up arrow icon [no changelog] --- core/embed/rust/src/ui/model_tr/component/button.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/rust/src/ui/model_tr/component/button.rs b/core/embed/rust/src/ui/model_tr/component/button.rs index 0c91b07ee..0b414920e 100644 --- a/core/embed/rust/src/ui/model_tr/component/button.rs +++ b/core/embed/rust/src/ui/model_tr/component/button.rs @@ -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