From 85f6849242ae3fc6f869c3407ec6d68ad277264c Mon Sep 17 00:00:00 2001 From: edouard Date: Wed, 5 Apr 2023 12:40:46 +0200 Subject: [PATCH] fix spend step foreground color --- gui/src/app/view/spend/step.rs | 2 ++ 1 file changed, 2 insertions(+) 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), ), )