-
Notifications
You must be signed in to change notification settings - Fork 93
fix: Input text box color does not change along with rest of the interface #249
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
base: master
Are you sure you want to change the base?
fix: Input text box color does not change along with rest of the interface #249
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR enhances the theming of the cache input textbox by extending its CSS transitions to match other UI elements and adding explicit dark-mode styling, ensuring the input smoothly updates its background, border, and text color when toggling themes. Flow diagram for input box style update on theme changeflowchart TD
A["User toggles theme (light/dark)"] --> B["Interface applies theme classes"]
B --> C["#cacheInput receives updated CSS properties"]
C --> D["Input box transitions background, border, and text color"]
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
@vedansh-5 Kindly review this PR sir and let me know if you want any changes. Thank you! |
📌 Fixes
Fixes #248
📝 Summary of Changes
#cacheInput
to transition smoothly when toggling between dark and light modes#platformDropdownBtn
to transition smoothly with consistent timing#cacheInput
transition from0.2s
(border-only) to0.3s
(all properties) to match other interface elements#cacheInput
with proper background, border and text colors#platformDropdownBtn
dark mode rule📸 After Fix:
Recording.2025-10-05.231939.1.mp4
✅ Checklist
Summary by Sourcery
Fix the theme responsiveness of the cache input field by updating its transition and applying the appropriate dark-mode styles
Bug Fixes:
Enhancements: