From bd2fef9912a9e87d01e6dbda56a1c3022bf3d2bb Mon Sep 17 00:00:00 2001 From: Matt Portune Date: Wed, 17 Feb 2021 11:11:09 -0500 Subject: [PATCH] use primary color for options label & chevron --- src/App/Pages/Send/SendAddEditPage.xaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App/Pages/Send/SendAddEditPage.xaml b/src/App/Pages/Send/SendAddEditPage.xaml index 4a863d60e8c..2a712e573d9 100644 --- a/src/App/Pages/Send/SendAddEditPage.xaml +++ b/src/App/Pages/Send/SendAddEditPage.xaml @@ -251,18 +251,21 @@ Text="{u:I18n Options}" x:Name="_btnOptions" StyleClass="box-row-button" + TextColor="{StaticResource PrimaryColor}" Margin="0" Clicked="ToggleOptions_Clicked" />