AOSSIE-Org / AOSSIE-Org/DebateAI

Fix: Dark Mode Background Contrast in Auth Page

Ouverte
#256 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
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

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.