Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dynamic resources in Expander button theme. #14542

Merged
merged 1 commit into from
Feb 22, 2024

Commits on Feb 8, 2024

  1. Use dynamic resources in expander button theme.

    I'm not sure why, but the fluent `Expander` theme uses a mix of static and dynamic resources with seemingly no reason to differentiate them? It's not so much a problem for the resources in the default values for `Expander` as these can be overridden with local values, but for the toggle button and trigger styles, it means there's no way to customize these values.
    
    Converted all of the `StaticResource`s to `DynamicResource`s.
    grokys committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    32af61c View commit details
    Browse the repository at this point in the history