4284: Adjust Chat Input Colors - #4306
Open
bahaaTuffaha wants to merge 2 commits into
Open
Conversation
bahaaTuffaha
requested review from
f1sh1918,
lunars97 and
steffenkleinle
as code owners
August 4, 2026 13:40
bahaaTuffaha
commented
Aug 4, 2026
lunars97
reviewed
Aug 6, 2026
| answerMessageBackground: '#EAEEF9', | ||
| userMessageBackground: '#F5F5F5', | ||
| messageBorderColor: 'transparent', | ||
| grayNeutral38: 'rgba(0, 0, 0, 0.38)', |
Contributor
There was a problem hiding this comment.
i am not sure whether there should be rgba because all the colors here are hex colors 🤔 Maybe we could convert them to hex through converter?
Contributor
Author
There was a problem hiding this comment.
converting them to hex I think wont be accurate but I will try
Contributor
There was a problem hiding this comment.
@ulyanahoy-cloud do you probably have hex version? 🤔
bahaaTuffaha
force-pushed
the
4284-Adjust-Chat-Input-Colors
branch
from
August 6, 2026 14:10
5e96b68 to
ce78198
Compare
…r and chatInputPlaceholderColor
bahaaTuffaha
force-pushed
the
4284-Adjust-Chat-Input-Colors
branch
from
August 6, 2026 14:13
ce78198 to
d79452d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short Description
Adjust the neutral colors of the input composer to create a clearer visual hierarchy:
Use Neutral 38% for:
Use Neutral 60% for:
Proposed Changes
grayNeutral38andgrayNeutral60toTypeChatatThemeType.ts.colors.tsaddedgrayNeutral38andgrayNeutral60as rgba colors to match the actual color.Used
grayNeutral38for:notchedOutlinerule toStyledTextFieldthat sets the input outline tograyNeutral38andborderWidth: 2.Used
grayNeutral60for:ChatIconButton.Side Effects
N/A
Checklist
Testing
Resolved Issues
Fixes: #4284