mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-21 09:39:02 +00:00
chore(eckhart): add checklist icons
This commit is contained in:
parent
3934d5d3c8
commit
6c033cc09d
BIN
core/embed/rust/src/ui/layout_eckhart/res/checkmark_mini.png
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/checkmark_mini.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 186 B |
BIN
core/embed/rust/src/ui/layout_eckhart/res/checkmark_mini.toif
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/checkmark_mini.toif
Normal file
Binary file not shown.
BIN
core/embed/rust/src/ui/layout_eckhart/res/chevron_right_mini.png
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/chevron_right_mini.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 B |
Binary file not shown.
@ -57,6 +57,14 @@ include_icon!(
|
||||
ICON_CHEVRON_DOWN_MINI,
|
||||
"layout_eckhart/res/chevron_down_mini.toif"
|
||||
);
|
||||
include_icon!(
|
||||
ICON_CHEVRON_RIGHT_MINI,
|
||||
"layout_eckhart/res/chevron_right_mini.toif"
|
||||
);
|
||||
include_icon!(
|
||||
ICON_CHECKMARK_MINI,
|
||||
"layout_eckhart/res/checkmark_mini.toif"
|
||||
);
|
||||
include_icon!(ICON_CHEVRON_LEFT, "layout_eckhart/res/chevron_left.toif");
|
||||
include_icon!(ICON_CHEVRON_RIGHT, "layout_eckhart/res/chevron_right.toif");
|
||||
include_icon!(ICON_CHEVRON_UP, "layout_eckhart/res/chevron_up.toif");
|
||||
|
Loading…
Reference in New Issue
Block a user