diff --git a/core/assets/model_r/eye_round.png b/core/assets/model_r/eye_round.png new file mode 100644 index 0000000000..78c8c43740 Binary files /dev/null and b/core/assets/model_r/eye_round.png differ diff --git a/core/embed/rust/src/ui/model_tr/res/eye_round.toif b/core/embed/rust/src/ui/model_tr/res/eye_round.toif new file mode 100644 index 0000000000..38cef9fd7d Binary files /dev/null and b/core/embed/rust/src/ui/model_tr/res/eye_round.toif differ diff --git a/core/embed/rust/src/ui/model_tr/theme.rs b/core/embed/rust/src/ui/model_tr/theme.rs index 2a4f742a95..c65011b657 100644 --- a/core/embed/rust/src/ui/model_tr/theme.rs +++ b/core/embed/rust/src/ui/model_tr/theme.rs @@ -55,7 +55,8 @@ pub const ICON_CANCEL: IconAndName = IconAndName::new( ); // 8*8 pub const ICON_DELETE: IconAndName = IconAndName::new(include_res!("model_tr/res/delete.toif"), "delete"); // 12*8 -pub const ICON_EYE: IconAndName = IconAndName::new(include_res!("model_tr/res/eye.toif"), "eye"); // 12*6 +pub const ICON_EYE: IconAndName = + IconAndName::new(include_res!("model_tr/res/eye_round.toif"), "eye"); // 12*7 pub const ICON_FAIL: IconAndName = IconAndName::new(include_res!("model_tr/res/fail.toif"), "fail"); pub const ICON_LOCK: IconAndName = IconAndName::new(include_res!("model_tr/res/lock.toif"), "lock"); // 10*10 pub const ICON_NEXT_PAGE: IconAndName =