From 1fcfb618ad732089094f7f5c53eb699706c32506 Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Mon, 14 Jun 2021 12:51:15 -0400 Subject: [PATCH] Fix edit button color in light theme (#10412) ## Summary of the Pull Request Fixes a bug where the edit button in the actions page would have white text when in light theme. Now, we just fallback to XAML's built-in value (black in light theme and white in dark theme). ## References #6900 - Epic Closes #10406 --- src/cascadia/TerminalSettingsEditor/Actions.xaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/cascadia/TerminalSettingsEditor/Actions.xaml b/src/cascadia/TerminalSettingsEditor/Actions.xaml index 66e1c0847..b21ed5451 100644 --- a/src/cascadia/TerminalSettingsEditor/Actions.xaml +++ b/src/cascadia/TerminalSettingsEditor/Actions.xaml @@ -240,16 +240,12 @@ - -