AOSSIE-Org / AOSSIE-Org/DebateAI
Fix: Dark Mode Background Contrast in Auth Page
- Langage dominant
- TypeScript
- Étoiles
- 84
- Forks
- 198
- Merge moyen
- 2 j 19 h
- PR mergées (30 j)
- 30
Description
## Problem
In Dark Mode, the background of the left-side section (Authentication.tsx) is too light (bg-muted). This causes the "podium" illustration to merge with the background, losing visual definition.
## Proposed Change
Update the background utility class to explicitly use a darker shade (gray-950) when in dark mode, while keeping the original color for light mode.
## Before
## After
File: src/components/Authentication.tsx
Change:
```bash
// LeftSection component div
```
## Goal
Ensure the illustration stands out clearly against the background in both Light and Dark themes.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.