We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ec0f2 commit 1c3f4d5Copy full SHA for 1c3f4d5
src/Files.App/Views/Settings/TagsPage.xaml
@@ -274,10 +274,10 @@
274
<Button Click="CancelRemoveTag_Click" Content="{helpers:ResourceString Name=Cancel}" />
275
276
<Button
277
- Background="{ThemeResource SystemFillColorCriticalBackgroundBrush}"
278
BorderBrush="Transparent"
279
Click="RemoveTag_Click"
280
- Content="{helpers:ResourceString Name=Delete}" />
+ Content="{helpers:ResourceString Name=Delete}"
+ Style="{StaticResource AccentButtonStyle}" />
281
</StackPanel>
282
283
</Flyout>
0 commit comments