reflex-dev / reflex

πŸ•ΈοΈ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
20.42k stars 1.18k forks source link

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

Closed alisaycl96 closed 4 days ago

alisaycl96 commented 1 week ago

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):

linear[bot] commented 1 week ago

ENG-4108 Assign appearance to theme seems not working after v0.6.5

lcastiglione commented 5 days ago

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 commented 5 days ago

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 commented 5 days ago

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! πŸ™ŒπŸ»πŸ™ŒπŸ»πŸ™ŒπŸ»