mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-28 15:22:14 +00:00
fixup! chore(eckhart): update share words screen and flow
This commit is contained in:
parent
090d285d8e
commit
7f8e59acb2
@ -70,10 +70,9 @@ pub fn new_show_share_words_flow(
|
|||||||
.with_placement(LinearPlacement::vertical().with_spacing(24)),
|
.with_placement(LinearPlacement::vertical().with_spacing(24)),
|
||||||
)
|
)
|
||||||
.with_header(Header::new(TR::reset__recovery_wallet_backup_title.into()))
|
.with_header(Header::new(TR::reset__recovery_wallet_backup_title.into()))
|
||||||
.with_action_bar(ActionBar::new_double(
|
.with_action_bar(ActionBar::new_single(Button::with_text(
|
||||||
Button::with_icon(theme::ICON_CHEVRON_UP),
|
TR::buttons__continue.into(),
|
||||||
Button::with_text(TR::buttons__continue.into()),
|
)))
|
||||||
))
|
|
||||||
.map(|msg| match msg {
|
.map(|msg| match msg {
|
||||||
TextScreenMsg::Cancelled => Some(FlowMsg::Cancelled),
|
TextScreenMsg::Cancelled => Some(FlowMsg::Cancelled),
|
||||||
TextScreenMsg::Confirmed => Some(FlowMsg::Confirmed),
|
TextScreenMsg::Confirmed => Some(FlowMsg::Confirmed),
|
||||||
|
Loading…
Reference in New Issue
Block a user