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

Themed colors have no effect on "page" level #10

Closed
FeodorFitsner opened this issue Jun 3, 2022 · 0 comments
Closed

Themed colors have no effect on "page" level #10

FeodorFitsner opened this issue Jun 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@FeodorFitsner
Copy link
Contributor

FeodorFitsner commented Jun 3, 2022

The following code does not set page's background color of a newly generated theme:

def main(page: Page):
    page.bgcolor = colors.SECONDARY
    page.update()

flet.app(target=main)

Expected behavior: A color from a custom theme is used.

Actual behavior: A color from default Flutter theme is used.

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

No branches or pull requests

1 participant