Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sarthakNITT
Copy link
Contributor

@sarthakNITT sarthakNITT commented Jan 19, 2026

Description

Fixes a UI contrast issue on the Continue GUI Local setup screen where the text inside the input/command boxes was rendering in black on a dark background, making it hard to read.
This PR updates the styling to use a lighter text color (white/grey) for better visibility and accessibility.

Checklist

  • I've read the contributing guide
  • The relevant docs, if any, have been updated or created
  • The relevant tests, if any, have been updated or created

Screen recording or screenshot

local tab
Screenshot 2026-01-20 at 1 06 57 AM

api key tab
Screenshot 2026-01-20 at 1 07 19 AM

issue #9673


Continue Tasks

Status Task Actions
▶️ Queued Update docs on PR View

Powered by Continue


Summary by cubic

Fixes dark-mode contrast in the Local setup and provider onboarding screens by switching command, title, and link text to light colors for better readability. Improves accessibility and addresses issue #9673.

  • Bug Fixes

    • Use light text for command lines and titles in Local setup (Ollama download/command) and Providers tab labels/hints.
    • Update download link to blue for visibility; add cursor and hover states to “Connect” buttons.
  • Dependencies

    • Update dev dependencies and refresh lockfiles.

Written for commit 61b4a85. Summary will update on new commits.

@sarthakNITT sarthakNITT requested a review from a team as a code owner January 19, 2026 19:38
@sarthakNITT sarthakNITT requested review from Patrick-Erichsen and removed request for a team January 19, 2026 19:38
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jan 19, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 44 files

Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

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

Hi @sarthakNITT, it looks like there are a bunch of extraneous file changes in the diff here, could you look into that?

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Jan 26, 2026
Copy link
Collaborator

@RomneyDa RomneyDa left a comment

Choose a reason for hiding this comment

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

@sarthakNITT see comments about conflicting class names. We try to never use explicit colors like text-gray-xxx because they are not reliable on all themes. Instead, try using some of the existing tailwind theme colors or expanding the theme.

@sarthakNITT
Copy link
Contributor Author

@RomneyDa Sure, will look into it.

@sarthakNITT
Copy link
Contributor Author

@RomneyDa I am closing this pr, will come up with clean pr with minimal changes.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Jan 28, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Jan 28, 2026
@sarthakNITT sarthakNITT deleted the #9673 branch January 28, 2026 06:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants