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

Chat background colour fix #4734

Merged
merged 1 commit into from
Mar 30, 2024
Merged

Chat background colour fix #4734

merged 1 commit into from
Mar 30, 2024

Conversation

bubblobill
Copy link
Collaborator

@bubblobill bubblobill commented Mar 28, 2024

fixes #4733

Description of the Change

Default chat background was picking up theme background when option shouldUseThemeColorsForChat was not selected.
Hinging on ThemeSupport.shouldUseThemeColorsForChat();
Default text colour set to black, and
Default background colour set to white.
Applied to chat output and command input sub-panels.

Possible Drawbacks

none

Documentation Notes

Fixed issue with default chat background using dark themes.

Release Notes

Fixed issue with default chat background using dark themes.


This change is Reviewable

Default text colour set to black, and
Default background colour set to white.
Applied to chat output and command input sub-panels.
@cwisniew cwisniew added the bug label Mar 30, 2024
@cwisniew cwisniew added this pull request to the merge queue Mar 30, 2024
Merged via the queue into RPTools:develop with commit ba0d384 Mar 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Chat background colour defaulting to theme
2 participants