Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Core/src/Platform/Windows/ButtonExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ internal static void UpdateTextColor(this ButtonBase platformButton, Color textC

platformButton.RefreshThemeResources();
}

static readonly string[] TextColorResourceKeys =
{
"ButtonForeground",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/src/Platform/Windows/SearchBarExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public static void UpdateKeyboard(this AutoSuggestBox platformControl, ISearchBa

queryTextBox.UpdateInputScope(searchBar);
}

private static readonly string[] CancelButtonColorKeys =
{
"TextControlButtonForeground",
Expand Down