Skip to content

Commit

Permalink
Fixed FlyoutPage menu icon not showing. Please refer to: dotnet/maui#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shugaoye committed Aug 12, 2024
1 parent d6d899c commit e3ff0e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions PassXYZ.Vault/AppShell.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
xmlns:app="clr-namespace:PassXYZ.Vault"
Title="PassXYZ.Vault"
x:Class="PassXYZ.Vault.AppShell"
FlyoutIcon="{FontImage FontFamily=FontAwesomeSolid,
Color={StaticResource Primary},
Glyph={x:Static style:FontAwesomeSolid.Bars}}"
FlyoutBackgroundColor="{AppThemeBinding Light={StaticResource Secondary}, Dark={StaticResource Primary}}">

<TabBar>
Expand Down
2 changes: 1 addition & 1 deletion PassXYZ.Vault/Resources/Styles/Styles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@

<Style TargetType="Shell" ApplyToDerivedTypes="True">
<Setter Property="Shell.BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource OffBlack}}" />
<Setter Property="Shell.ForegroundColor" Value="{OnPlatform WinUI={StaticResource Primary}, Default={StaticResource White}}" />
<Setter Property="Shell.ForegroundColor" Value="{OnPlatform WinUI={StaticResource Primary}, Default={StaticResource Primary}}" />
<Setter Property="Shell.TitleColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource SecondaryDarkText}}" />
<Setter Property="Shell.DisabledColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
<Setter Property="Shell.UnselectedColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray200}}" />
Expand Down

0 comments on commit e3ff0e9

Please sign in to comment.