chore(core/rust): fix formatting

mmilata/ui-t3t1-buttonrequest
Martin Milata 3 weeks ago
parent de383f2a8e
commit 33719cb7b4

@ -60,12 +60,9 @@ impl AddressDetails {
)
.with_cancel_button()
.with_border(theme::borders_horizontal_scroll()),
details: Frame::left_aligned(
details_title,
para.into_paragraphs(),
)
.with_cancel_button()
.with_border(theme::borders_horizontal_scroll()),
details: Frame::left_aligned(details_title, para.into_paragraphs())
.with_cancel_button()
.with_border(theme::borders_horizontal_scroll()),
xpub_view: Frame::left_aligned(
" \n ".into(),
Paragraph::new(&theme::TEXT_MONO, "").into_paragraphs(),

@ -23,9 +23,9 @@ use heapless::String;
const MAX_LENGTH: usize = 8;
pub struct Bip39Input {
button: Button<>,
button: Button,
// used only to keep track of suggestion text color
button_suggestion: Button<>,
button_suggestion: Button,
textbox: TextBox<MAX_LENGTH>,
multi_tap: MultiTapKeyboard,
options_num: Option<usize>,

Loading…
Cancel
Save