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

Assign appearance to theme seems not working after v0.6.5 #4384

Closed
alisaycl96 opened this issue Nov 14, 2024 · 5 comments · Fixed by #4403
Closed

Assign appearance to theme seems not working after v0.6.5 #4384

alisaycl96 opened this issue Nov 14, 2024 · 5 comments · Fixed by #4403
Assignees
Labels
bug Something isn't working

Comments

@alisaycl96
Copy link

Describe the bug
After we upgrade reflex to v0.6.5, appearance for theme doesn't work anymore.

To Reproduce
Steps to reproduce the behavior:

app = rx.App(theme=rx.theme(appearance="light"))

Expected behavior
Appearance can be assigned correctly for theme in rx.App.

Specifics (please complete the following information):

  • Python Version: v3.11.10
  • Reflex Version: v0.6.5
  • OS: MacOS
  • Browser (Optional): chrome
Copy link

linear bot commented Nov 14, 2024

@Lendemor Lendemor added the bug Something isn't working label Nov 14, 2024
@lcastiglione
Copy link

I'm having the same problem and couldn't find a solution. Even in the official documentation, in the themes section, it still shows the configuration for version 0.6.4 and not for 0.6.5

@Lendemor
Copy link
Collaborator

I'm having the same problem and couldn't find a solution. Even in the official documentation, in the themes section, it still shows the configuration for version 0.6.4 and not for 0.6.5

It's a bug so the documentation should not change. It'll still be used the same once we fixed the bug.

@lcastiglione
Copy link

I'm having the same problem and couldn't find a solution. Even in the official documentation, in the themes section, it still shows the configuration for version 0.6.4 and not for 0.6.5

It's a bug so the documentation should not change. It'll still be used the same once we fixed the bug.

Hi Lendemor! I thought the documentation needed to be updated to show a new way to define the parameters in rx.App. Thanks so much for the clarification! 🙌🏻🙌🏻🙌🏻

@dentroai
Copy link

Not sure why this issue got closed, I still have the same issue on reflex 0.6.7

appearance prop in rx.theme doesn't have any effect.

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 a pull request may close this issue.

4 participants