Skip to content

Fix/agentflow Fixed theming for dark mode in agentflow#6234

Merged
j-sanaa merged 10 commits intomainfrom
fix/agentflow-dark-theming
Apr 16, 2026
Merged

Fix/agentflow Fixed theming for dark mode in agentflow#6234
j-sanaa merged 10 commits intomainfrom
fix/agentflow-dark-theming

Conversation

@j-sanaa
Copy link
Copy Markdown
Contributor

@j-sanaa j-sanaa commented Apr 16, 2026

  1. Fixed background color of Input fields

Before:
image

After:
image

  1. Fixed border for Messages/Tools input
    Before:
image

After:
image

  1. Fixed border color for Accordion
    Before:
image

After:
image

  1. Fixed node editing background color
    Before:
Screenshot 2026-04-16 at 8 35 11 AM

After:
Screenshot 2026-04-16 at 8 35 38 AM

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request implements dark mode improvements across various UI components by replacing hardcoded colors with theme-aware tokens and the divider palette color. It also updates the theme configuration and token definitions. Feedback includes addressing hardcoded text colors in RichTextEditor and VariableInput that may cause visibility issues in dark mode, simplifying redundant styles in the theme configuration, and avoiding the use of 'as any' in unrelated logic changes.

Comment thread packages/agentflow/src/atoms/RichTextEditor.tsx Outdated
Comment thread packages/agentflow/src/atoms/VariableInput.tsx Outdated
Comment thread packages/agentflow/src/core/theme/createAgentflowTheme.ts
Comment thread packages/server/src/UsageCacheManager.ts Outdated
@j-sanaa j-sanaa marked this pull request as ready for review April 16, 2026 15:51
@j-sanaa j-sanaa requested a review from jocelynlin-wd April 16, 2026 15:54
@j-sanaa j-sanaa merged commit 11a9c92 into main Apr 16, 2026
7 checks passed
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.

2 participants