mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-03-03 16:56:07 +00:00
chore(eckhart): add plus and minus icons
This commit is contained in:
parent
270164198f
commit
bb50570808
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