Skip to content

Commit 1c3f4d5

Browse files
authored
Fix: Fixed issue where the delete tag button had poor styling (#17627)
1 parent 94ec0f2 commit 1c3f4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Views/Settings/TagsPage.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@
274274
<Button Click="CancelRemoveTag_Click" Content="{helpers:ResourceString Name=Cancel}" />
275275

276276
<Button
277-
Background="{ThemeResource SystemFillColorCriticalBackgroundBrush}"
278277
BorderBrush="Transparent"
279278
Click="RemoveTag_Click"
280-
Content="{helpers:ResourceString Name=Delete}" />
279+
Content="{helpers:ResourceString Name=Delete}"
280+
Style="{StaticResource AccentButtonStyle}" />
281281
</StackPanel>
282282
</StackPanel>
283283
</Flyout>

0 commit comments

Comments
 (0)