Skip to content

fix : apply dark mode ring color and text to tag selection buttons in TaskFormModal#1889

Open
tmdeveloper007 wants to merge 1 commit into
aryandas2911:mainfrom
tmdeveloper007:#1884
Open

fix : apply dark mode ring color and text to tag selection buttons in TaskFormModal#1889
tmdeveloper007 wants to merge 1 commit into
aryandas2911:mainfrom
tmdeveloper007:#1884

Conversation

@tmdeveloper007

Copy link
Copy Markdown

Closes #1884

Summary of What Has Been Done

Added proper dark mode ring color and text color to the tag selection buttons in frontend/src/components/Task/TaskFormModal.jsx.

Changes Made

  • Added ring-indigo-500 dark:ring-indigo-400 to selected tag buttons so the ring is visible in both light and dark mode
  • Added text-slate-700 dark:text-slate-300 to unselected tag buttons for better contrast in dark mode

Impact it Made

  • Tag selection ring is clearly visible in dark mode (previously used browser-default ring color)
  • Unselected tag labels have proper contrast in dark mode, fixing low-visibility issue
  • Consistent dark mode experience when creating or editing tasks

Note: Please assign this PR to the tmdeveloper007 account.

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.

fix : apply dark mode CSS variables to TaskFormModal input fields

1 participant