some issues with Theme.use_material3
#1826
Unanswered
ndonkoHenri
asked this question in
Q&A
Replies: 1 comment
-
🙃 any little explanation? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
there seems to be an issue with my program when i make changes to its
page.theme
Code example to reproduce the issue:
Describe the results you received:
The button at the top_right(
theme_icon_button
) used to change the theme_mode, doesn't work normally.The theme_mode is changed as expected, but the button's icon is not changed.
Describe the results you expected:
The theme_mode and the button's icon should change accordingly.
Additional information you deem important (e.g. issue happens only occasionally):
OR
changes both the button's icon and the theme_mode, just as expected.
Flet version (
pip show flet
):flet 0.1.62
Operating system:
Windows
Beta Was this translation helpful? Give feedback.
All reactions