chore(core/rust): change fonts in confirm_properties for TT

Making the key font NORMAL and the value MONO in all cases

[no changelog]
pull/3198/head
grdddj 10 months ago committed by Jiří Musil
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…
Cancel
Save