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

Fix custom theme being applied in renderings in desktop #4407

Merged
merged 1 commit into from
May 30, 2024

Conversation

cmdcolin
Copy link
Collaborator

the theme is passed in via renderProps on the session model, which gets applied to e.g. the display's renderProps function via getParentRenderProps

the fix is to use the "currently active theme" (state variable) rather than just the pre-configured theme (via getConf, which is what it was on main)

@cmdcolin cmdcolin merged commit cb32ea8 into main May 30, 2024
10 checks passed
@cmdcolin cmdcolin deleted the fix_theme_desktop branch May 30, 2024 04:41
@cmdcolin cmdcolin added the bug Something isn't working label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant