quivr/frontend/app
Chekkal Youcef Seif El Islam bb1e2e35db
Fix: Improved Text Visibility in Dark Mode in OnboardingQuestion Component (#1456)
# Description

In this pull request, I addressed an issue with text visibility in dark
mode within the OnboardingQuestion component. The problem was resolved
by modifying the class name.

## Changes Made

I changed the class name in the OnboardingQuestion component from:

```Tailwind
cursor-pointer shadow-md dark:shadow-primary/25 hover:shadow-xl transition-shadow bg-onboarding-yellow-bg px-3 py-1 rounded-xl border-black/10 dark:border-white/25
```

to:

```Tailwind
cursor-pointer shadow-md dark:shadow-primary/25 hover:shadow-xl transition-shadow bg-onboarding-yellow-bg px-3 py-1 rounded-xl border-black/10 dark:border-white/25 dark:text-black
```

## Motivation

The motivation for this change is to improve the visibility of text in
dark mode, making the user experience better and ensuring that the UI
remains consistent.

## Checklist before requesting a review

- [ ] My code follows the style guidelines of this project.
- [ ] I have performed a self-review of my code.
- [ ] I have added comments to explain any hard-to-understand areas.
- [ ] I have not added tests in this specific pull request, as this
change primarily deals with CSS class modification.
- [ ] New and existing unit tests pass locally with my changes.
- [ ] No dependent changes are required for this fix.

## Screenshots (if appropriate)

### Problem Before Fix
![Problem Before
Fix](https://raw.githubusercontent.com/Dev-Dz27/quivr/patch-1/frontend/public/Web%20capture_22-10-2023_19154_www.quivr.app.jpeg)

### Fix Applied
![Fix
Applied](https://raw.githubusercontent.com/Dev-Dz27/quivr/patch-1/frontend/public/Web%20capture_22-10-2023_19416_www.quivr.app.jpeg)
2023-10-23 09:56:24 +02:00
..
(auth) refactor: Enable linting on login+signup page and hooks (#1369) 2023-10-10 13:27:43 +02:00
(home) feat: contact sales page (front layout) (#1451) 2023-10-20 15:38:35 +02:00
brains-management feat: track onboarding events (#1388) 2023-10-11 15:56:28 +02:00
chat Fix: Improved Text Visibility in Dark Mode in OnboardingQuestion Component (#1456) 2023-10-23 09:56:24 +02:00
contact feat: contact sales page (front layout) (#1451) 2023-10-20 15:38:35 +02:00
invitation/[brainId] fix: fix some bugs (#1201) 2023-09-18 21:28:07 +02:00
user feat: enhance user page UI (#1319) 2023-10-05 17:50:02 +02:00
App.tsx feat: ↕️ Maximise chat window (#1301) 2023-10-03 12:18:49 +02:00
globals.css fix: 🐛📱 height now matches mobile height (#1323) 2023-10-04 12:04:57 +02:00
layout.tsx feat: new homepage header (#1382) 2023-10-11 18:36:16 +02:00