-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Local setup screen input text is black on dark background #9674
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
Conversation
There was a problem hiding this 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
RomneyDa
left a comment
There was a problem hiding this 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?
RomneyDa
left a comment
There was a problem hiding this 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.
gui/src/components/OnboardingCard/components/OnboardingProvidersTab.tsx
Outdated
Show resolved
Hide resolved
gui/src/components/OnboardingCard/components/OnboardingProvidersTab.tsx
Outdated
Show resolved
Hide resolved
gui/src/components/OnboardingCard/components/OllamaModelDownload.tsx
Outdated
Show resolved
Hide resolved
|
@RomneyDa Sure, will look into it. |
|
@RomneyDa I am closing this pr, will come up with clean pr with minimal changes. |
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
Screen recording or screenshot
local tab

api key tab

issue #9673
Continue Tasks
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
Dependencies
Written for commit 61b4a85. Summary will update on new commits.