Skip to content

4284: Adjust Chat Input Colors - #4306

Open
bahaaTuffaha wants to merge 2 commits into
mainfrom
4284-Adjust-Chat-Input-Colors
Open

4284: Adjust Chat Input Colors#4306
bahaaTuffaha wants to merge 2 commits into
mainfrom
4284-Adjust-Chat-Input-Colors

Conversation

@bahaaTuffaha

Copy link
Copy Markdown
Contributor

Short Description

Adjust the neutral colors of the input composer to create a clearer visual hierarchy:

Use Neutral 38% for:

  • Input field outline
  • Inactive send button

Use Neutral 60% for:

  • Placeholder text
  • Datenschutz icon

Proposed Changes

  • Added grayNeutral38 and grayNeutral60 to TypeChat at ThemeType.ts.
  • at colors.ts added grayNeutral38 and grayNeutral60as rgba colors to match the actual color.

Used grayNeutral38 for:

  • Added a notchedOutline rule to StyledTextField that sets the input outline to grayNeutral38 and borderWidth: 2.
  • The inactive send button.

Used grayNeutral60 for:

  • The placeholder color.
  • The privacy policy icon in ChatIconButton.
  • The hover outline color.

Side Effects

N/A

Checklist

Testing

  • Go to Testumgebung and open the chat.
  • Check the input's place holder color, icon colors, the hovering and contrast more.

Resolved Issues

Fixes: #4284


Comment thread build-configs/src/ThemeType.ts Outdated
answerMessageBackground: '#EAEEF9',
userMessageBackground: '#F5F5F5',
messageBorderColor: 'transparent',
grayNeutral38: 'rgba(0, 0, 0, 0.38)',

@lunars97 lunars97 Aug 6, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

converting them to hex I think wont be accurate but I will try

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ulyanahoy-cloud do you probably have hex version? 🤔

Comment thread build-configs/src/ThemeType.ts Outdated
@bahaaTuffaha
bahaaTuffaha force-pushed the 4284-Adjust-Chat-Input-Colors branch from 5e96b68 to ce78198 Compare August 6, 2026 14:10
@bahaaTuffaha
bahaaTuffaha force-pushed the 4284-Adjust-Chat-Input-Colors branch from ce78198 to d79452d Compare August 6, 2026 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adjust Chat Input Colors

2 participants