mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-06 23:02:33 +00:00
WIP - update the eye icon
This commit is contained in:
parent
e5f7757be1
commit
2ac07b6159
BIN
core/assets/model_r/eye_round.png
Normal file
BIN
core/assets/model_r/eye_round.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 B |
BIN
core/embed/rust/src/ui/model_tr/res/eye_round.toif
Normal file
BIN
core/embed/rust/src/ui/model_tr/res/eye_round.toif
Normal file
Binary file not shown.
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user