Skip to content

fix : add dark mode text color to Dashboard tag modal inputs and labels#1891

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

fix : add dark mode text color to Dashboard tag modal inputs and labels#1891
tmdeveloper007 wants to merge 1 commit into
aryandas2911:mainfrom
tmdeveloper007:#1886

Conversation

@tmdeveloper007

Copy link
Copy Markdown

Closes #1886

Summary of What Has Been Done

Added missing text-main dark mode color class to the inline tag modal in frontend/src/pages/Dashboard.jsx, which is shown when users select tags from their profile.

Changes Made

  • Added text-main to the "Select Tags" heading for proper dark mode text color
  • Added text-main to each tag label checkbox so labels are readable in dark mode
  • Added full dark mode styling (border-soft, bg-transparent, dark:bg-slate-800, dark:text-white, dark:placeholder-slate-500) to the custom tag text input

Impact it Made

  • Tag labels and the custom tag input are now readable in dark mode
  • The inline tag selection modal now respects the app theme consistently with other components
  • Prevents invisible or low-contrast tag labels when users open the tag modal in dark mode

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 : add missing dark mode text color to OnboardingModal tag button labels

1 participant