Skip to content

[WinUI] Chevron doesn't get TabBarTitleColor #25115

@sasharp

Description

@sasharp

Description

After setting static color for Tab Shell.TabBarTitleColor chevron still changes color dynamicaly by Windows mode.

<Style TargetType="Tab">
    <Setter Property="Shell.TabBarBackgroundColor" Value="{StaticResource Primary}" />
    <Setter Property="Shell.TabBarTitleColor" Value="{StaticResource White}" />
    <Setter Property="Shell.TabBarUnselectedColor" Value="{StaticResource White}" />
</Style>

image

image

Steps to Reproduce

  1. Create Shell with bottom tabs
  2. Set a static TabBarTitleColor to Tab
  3. Change Windows mode

Link to public reproduction project repository

https://github.com/sasharp/MAUI8Bugs

Version with bug

8.0.91 SR9.1

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

windows10.0.19041.0

Did you find any workaround?

No response

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-controls-shellShell Navigation, Routes, Tabs, Flyoutpartner/syncfusionIssues / PR's with Syncfusion collaborationplatform/windowss/triagedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions