AOSSIE-Org / AOSSIE-Org/DebateAI
Fix: Dark Mode Background Contrast in Auth Page
- Lenguaje dominante
- TypeScript
- Estrellas
- 84
- Forks
- 198
- Merge medio
- 2 d 19 h
- PR fusionados (30 d)
- 30
Descripción
## 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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.