From 43ec084e56f7263cc59ed66bad76f3956d1613e1 Mon Sep 17 00:00:00 2001
From: Yair <39923744+yaira2@users.noreply.github.com>
Date: Tue, 16 Sep 2025 15:54:05 -0400
Subject: [PATCH] Fix: Fixed issue where the delete tag button had poor styling
Replaces the critical background brush with the AccentButtonStyle for the delete button in the tag removal flyout, ensuring consistent styling with other accent buttons.
---
src/Files.App/Views/Settings/TagsPage.xaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Files.App/Views/Settings/TagsPage.xaml b/src/Files.App/Views/Settings/TagsPage.xaml
index 8ad0838d916b..e2f20a8850e3 100644
--- a/src/Files.App/Views/Settings/TagsPage.xaml
+++ b/src/Files.App/Views/Settings/TagsPage.xaml
@@ -274,10 +274,10 @@
+ Content="{helpers:ResourceString Name=Delete}"
+ Style="{StaticResource AccentButtonStyle}" />