mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
chore(core/rust): change fonts in confirm_properties for TT
Making the key font NORMAL and the value MONO in all cases [no changelog]
This commit is contained in:
parent
2b1ce55549
commit
5bcfd5709f
@ -646,9 +646,9 @@ extern "C" fn new_confirm_properties(n_args: usize, args: *const Obj, kwargs: *m
|
||||
|
||||
let paragraphs = PropsList::new(
|
||||
items,
|
||||
&theme::TEXT_DEMIBOLD,
|
||||
&theme::TEXT_NORMAL,
|
||||
&theme::TEXT_MONO,
|
||||
&theme::TEXT_MONO,
|
||||
)?;
|
||||
let obj = if hold {
|
||||
LayoutObj::new(Frame::left_aligned(
|
||||
|
Loading…
Reference in New Issue
Block a user