AOSSIE-Org / AOSSIE-Org/DebateAI
Fix: Dark Mode Background Contrast in Auth Page
- Ngôn ngữ chính
- TypeScript
- Star
- 84
- Fork
- 198
- Merge trung bình
- 2 ngày 19 giờ
- Pull request đã merge (30 ngày)
- 30
Mô tả
## 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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.