fix spend step foreground color
This commit is contained in:
parent
a402f85101
commit
85f6849242
@ -78,6 +78,7 @@ pub fn choose_recipients_view<'a>(
|
||||
button::primary(None, "Next").width(Length::Units(100))
|
||||
}),
|
||||
)
|
||||
.style(theme::Container::Foreground)
|
||||
.padding(20),
|
||||
),
|
||||
)
|
||||
@ -184,6 +185,7 @@ pub fn choose_coins_view<'a>(
|
||||
button::primary(None, "Next").width(Length::Units(100))
|
||||
}),
|
||||
)
|
||||
.style(theme::Container::Foreground)
|
||||
.padding(20),
|
||||
),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user