Skip to content

Commit 6186c2d

Browse files
authored
Fix: Fixed issue where Files crashed when trying to open the library page on the properties window (#12479)
1 parent 1a91416 commit 6186c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/Properties/LibraryPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
Grid.ColumnSpan="2"
8686
Height="1"
8787
Margin="-12,0"
88-
Background="{ThemeResource DividerColorStrokeDefaultBrush}" />
88+
Background="{ThemeResource DividerStrokeColorDefaultBrush}" />
8989

9090
<!-- Path List -->
9191
<ListView

0 commit comments

Comments
 (0)