mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-04-07 10:55:56 +00:00
chore(eckhart): add plus and minus icons
This commit is contained in:
parent
76276f2857
commit
f81ab85ad8
BIN
core/embed/rust/src/ui/layout_eckhart/res/minus.png
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/minus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 B |
BIN
core/embed/rust/src/ui/layout_eckhart/res/minus.toif
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/minus.toif
Normal file
Binary file not shown.
BIN
core/embed/rust/src/ui/layout_eckhart/res/plus.png
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 B |
BIN
core/embed/rust/src/ui/layout_eckhart/res/plus.toif
Normal file
BIN
core/embed/rust/src/ui/layout_eckhart/res/plus.toif
Normal file
Binary file not shown.
@ -92,6 +92,10 @@ include_icon!(ICON_BORDER_BR, "layout_eckhart/res/border/BR.toif");
|
||||
include_icon!(ICON_BORDER_TL, "layout_eckhart/res/border/TL.toif");
|
||||
include_icon!(ICON_BORDER_TR, "layout_eckhart/res/border/TR.toif");
|
||||
|
||||
// Icons for number input screen
|
||||
include_icon!(ICON_PLUS, "layout_eckhart/res/plus.toif");
|
||||
include_icon!(ICON_MINUS, "layout_eckhart/res/minus.toif");
|
||||
|
||||
// Text styles
|
||||
/// Alias for use with copied code, might be deleted later
|
||||
pub const TEXT_NORMAL: TextStyle = TEXT_MEDIUM;
|
||||
|
Loading…
Reference in New Issue
Block a user