Skip to content

[Dark Mode] Some components do not adapt colors correctly in dark mode #33

Description

@maneeshkumarr

Bug Description

After enabling dark mode, some components still use light-mode specific classes like:

  • text-black
  • bg-white
  • border-gray-100

These cause visual issues such as unreadable text or low contrast in dark mode.

Suggested Fixes

Update styles using Tailwind’s dark mode variants:

  • text-blacktext-gray-900 dark:text-white
  • bg-whitebg-white dark:bg-gray-900
  • border-gray-100border-gray-100 dark:border-gray-700

Related PR

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions