Skip to content

fix: make calendar picker icon visible in dark mode#15

Merged
NagariaHussain merged 1 commit into
developfrom
fix/calendar-icon-dark-mode
Feb 11, 2026
Merged

fix: make calendar picker icon visible in dark mode#15
NagariaHussain merged 1 commit into
developfrom
fix/calendar-icon-dark-mode

Conversation

@NagariaHussain

Copy link
Copy Markdown
Contributor

Summary

  • Adds CSS filter: invert(1) to native date/time input calendar picker indicators in dark mode
  • Fixes the calendar icon being invisible (black on dark background) in the "Create Project" dialog and any other date inputs

Test plan

  • Open Projects page → switch to dark mode → click "New Project"
  • Verify the calendar icon in the "Due Date" field is now visible (white on dark)
  • Tested with agent-browser, screenshot confirms fix

Closes #7

🤖 Generated with Claude Code

Apply filter: invert(1) to webkit calendar picker indicators in dark
mode so native date/time input icons are visible against dark backgrounds.

Closes #7

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@NagariaHussain NagariaHussain merged commit 9113661 into develop Feb 11, 2026
4 checks passed
@NagariaHussain NagariaHussain deleted the fix/calendar-icon-dark-mode branch February 11, 2026 12:33
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.

UI: Calendar icon not visible in dark mode

1 participant