Is there an existing issue for this?
Describe the bug
There are dark mode styling inconsistencies on the following pages:
These issues include:
- Incorrect text color contrast (e.g., dark text on dark background).
- Hardcoded light/dark styling that ignores the user's selected theme.
- Missing Tailwind dark: variants for background, text, and borders.
- Inconsistent appearance when switching between light and dark mode.
Expected behavior
Both pages should:
- Dynamically adapt to the selected color mode using useColorMode or Tailwind's dark: utilities.
- Maintain proper contrast and readability across light and dark themes.
- Avoid hardcoded color classes that override theme behavior.
Add ScreenShots
What browsers are you seeing the problem on?
Chrome
Record
Is there an existing issue for this?
Describe the bug
There are dark mode styling inconsistencies on the following pages:
These issues include:
Expected behavior
Both pages should:
Add ScreenShots
What browsers are you seeing the problem on?
Chrome
Record