fix spend step foreground color

This commit is contained in:
edouard 2023-04-05 12:40:46 +02:00
parent a402f85101
commit 85f6849242

View File

@ -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),
),
)