File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
src/Files.App/Views/Shells Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 66 xmlns:d=" http://schemas.microsoft.com/expression/blend/2008"
77 xmlns:local=" using:Files.App.Views.Shells"
88 xmlns:mc=" http://schemas.openxmlformats.org/markup-compatibility/2006"
9+ xmlns:s=" using:Files.App.UserControls.Symbols"
910 xmlns:wct=" using:CommunityToolkit.WinUI.UI"
1011 xmlns:wctconverters=" using:CommunityToolkit.WinUI.UI.Converters"
1112 x:Name=" RootPage"
7172 BorderThickness=" 1"
7273 Canvas.ZIndex=" 64"
7374 CornerRadius=" 24" >
74- <FontIcon
75+ <s : ArrowGlyph
7576 HorizontalAlignment=" Center"
7677 VerticalAlignment=" Center"
77- Foreground=" {ThemeResource TextOnAccentFillColorPrimaryBrush}"
78- Glyph="  " />
78+ Arrow=" Back"
79+ FontSize=" 14"
80+ Foreground=" {ThemeResource TextOnAccentFillColorPrimaryBrush}" />
7981 </Border >
8082
8183 <!-- Swipe Forward Icon -->
9294 BorderThickness=" 1"
9395 Canvas.ZIndex=" 64"
9496 CornerRadius=" 24" >
95- <SymbolIcon
97+ <s : ArrowGlyph
9698 HorizontalAlignment=" Center"
9799 VerticalAlignment=" Center"
98- Foreground=" {ThemeResource TextOnAccentFillColorPrimaryBrush}"
99- Symbol=" Forward" />
100+ Arrow=" Forward"
101+ FontSize=" 14"
102+ Foreground=" {ThemeResource TextOnAccentFillColorPrimaryBrush}" />
100103 </Border >
101104
102105 <!-- Shell Frame -->
You can’t perform that action at this time.
0 commit comments