diff --git a/gui/src/app/view/spend/step.rs b/gui/src/app/view/spend/step.rs index 3adc5d85..c32d821e 100644 --- a/gui/src/app/view/spend/step.rs +++ b/gui/src/app/view/spend/step.rs @@ -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), ), )