Skip to content

Commit 1493bab

Browse files
Fix: Fixed theming issue in the confirm delete dialog (#13694)
1 parent 14d204e commit 1493bab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Files.App/Dialogs/FilesystemOperationDialog.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ private void ConflictOptions_Loaded(object sender, RoutedEventArgs e)
121121

122122
private void FilesystemOperationDialog_Opened(ContentDialog sender, ContentDialogOpenedEventArgs args)
123123
{
124-
if (ViewModel.FileSystemDialogMode.IsInDeleteMode)
125-
DescriptionText.Foreground = App.Current.Resources["TextControlForeground"] as SolidColorBrush;
126-
127124
UpdateDialogLayout();
128125
}
129126

0 commit comments

Comments
 (0)