Skip to content

fix : added replaced hardcoded text-black in duration completion modals - #1994

Open
tmdeveloper007 wants to merge 1 commit into
aryandas2911:mainfrom
tmdeveloper007:fix/1989-dashboard-darkmode
Open

fix : added replaced hardcoded text-black in duration completion modals#1994
tmdeveloper007 wants to merge 1 commit into
aryandas2911:mainfrom
tmdeveloper007:fix/1989-dashboard-darkmode

Conversation

@tmdeveloper007

Copy link
Copy Markdown

Summary of What Has Been Done

Replaced hardcoded text-black in the Complete Task duration modal with theme-aware classes for dark mode support in both DashboardTasks.jsx and TaskPreview.jsx.

Changes Made

  • Replaced modal bg-white with dark mode variant
  • Replaced text-black/90 with text-main
  • Replaced text-black (body) with text-muted
  • Replaced text-black (input) with dark mode variant
  • Replaced text-black (cancel button) with dark mode variant
  • Added dark:bg-black/40 to modal backdrop

Impact it Made

Complete Task modal is readable in dark mode.

Closes #1989

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 : replace hardcoded text-black in DashboardTasks and TaskPreview duration modals

1 participant