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

Wrong background colours in compressed view #68

Closed
KalaayPT opened this issue Dec 2, 2024 · 1 comment · Fixed by #69
Closed

Wrong background colours in compressed view #68

KalaayPT opened this issue Dec 2, 2024 · 1 comment · Fixed by #69
Assignees
Labels
app Anything related to the GUI app bug Something isn't working high priority High priority issue

Comments

@KalaayPT
Copy link
Contributor

KalaayPT commented Dec 2, 2024

Describe the bug
This is what the compressed view is supposed to look like (old screenshot):
image

this is what i see in the current version:
image

or, in the share view:
image

To Reproduce
just click on the compressed version its just a constant thing

Expected behavior
described above

Screenshots
see above

Additional context

@KalaayPT KalaayPT added the bug Something isn't working label Dec 2, 2024
@KalaayPT
Copy link
Contributor Author

KalaayPT commented Dec 2, 2024

i highly suspect it has to do with color: Theme.of(context).colorScheme.surface not being color: Theme.of(context).colorScheme.surfaceBright in home_widgets.dart, line 619. i would test this and PR but i cant get flutter to compile on my end

@Basiiii Basiiii self-assigned this Jan 23, 2025
@Basiiii Basiiii added app Anything related to the GUI app high priority High priority issue labels Jan 23, 2025
Basiiii added a commit that referenced this issue Jan 23, 2025
Fixed wrong color being used on layout.
Basiiii added a commit that referenced this issue Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Anything related to the GUI app bug Something isn't working high priority High priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants