Description
When I have a lot of tabs on shell page I can't change color for items inside more menu.
I use the folowing styles in xaml
<Style x:Key="BaseStyle" TargetType="Element">
<Setter Property="Shell.BackgroundColor" Value="Green" />
<Setter Property="Shell.ForegroundColor" Value="Red" />
<Setter Property="Shell.TitleColor" Value="Blue" />
<Setter Property="Shell.DisabledColor" Value="Red" />
<Setter Property="Shell.UnselectedColor" Value="Yellow" />
<Setter Property="Shell.NavBarHasShadow" Value="False" />
<Setter Property="Shell.TabBarBackgroundColor" Value="Blue" />
<Setter Property="Shell.TabBarForegroundColor" Value="Red" />
<Setter Property="Shell.TabBarTitleColor" Value="Red" />
<Setter Property="Shell.TabBarUnselectedColor" Value="Yellow" />
</Style>
<Style BasedOn="{StaticResource BaseStyle}" TargetType="ShellItem" ApplyToDerivedTypes="True" />
<Style TargetType="TabbedPage">
<Setter Property="BarBackgroundColor" Value="Red" />
<Setter Property="BarTextColor" Value="Red" />
<Setter Property="UnselectedTabColor" Value="Yellow" />
<Setter Property="SelectedTabColor" Value="Red" />
</Style>

Steps to Reproduce
- Grab project from https://github.com/nevse/Maui-Tests-ShellVsTabsMoreItemsMenu
- run
dotnet build -t:Run -f:net6.0-android
- click on "..." menu to show more menu.
Item should be colorized.
Version with bug
Release Candidate 2 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
android 31
Did you find any workaround?
No response
Relevant log output
No response
Description
When I have a lot of tabs on shell page I can't change color for items inside more menu.
I use the folowing styles in xaml
Steps to Reproduce
dotnet build -t:Run -f:net6.0-androidItem should be colorized.
Version with bug
Release Candidate 2 (current)
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
android 31
Did you find any workaround?
No response
Relevant log output
No response