AOSSIE-Org / AOSSIE-Org/DebateAI

Fix: Dark Mode Background Contrast in Auth Page

Abierto
#256 0 comentarios 0 reacciones 0 asignados Ver en GitHub
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

Image

## After

Image

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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.