[PR #8896] [MERGED] docs: improve select dropdown contrast on enterprise form #16533

Closed
opened 2026-04-13 10:33:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8896
Author: @MuzzaiyyanHussain
Created: 4/1/2026
Status: Merged
Merged: 4/2/2026
Merged by: @ping-maxwell

Base: mainHead: fix/select-dropdown-contrast


📝 Commits (1)

  • ff0b84c fix: improve select dropdown contrast on enterprise form

📊 Changes

1 file changed (+42 additions, -7 deletions)

View changed files

📝 docs/app/enterprise/enterprise-client.tsx (+42 -7)

📄 Description

Fix: Improve dropdown contrast in Enterprise form

Before (Current behavior)

Screenshot 2026-04-02 010729

After (Fixed behavior)

Screenshot 2026-04-02 005452

Changes

  • Replaced bg-transparent with bg-background
  • Added background and text color to <option> elements
  • Improves readability in dark mode

Note

Native <select> elements are OS-controlled, so styling may still vary across browsers.

Happy to implement a custom select component if needed.

fixes #8774


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/8896 **Author:** [@MuzzaiyyanHussain](https://github.com/MuzzaiyyanHussain) **Created:** 4/1/2026 **Status:** ✅ Merged **Merged:** 4/2/2026 **Merged by:** [@ping-maxwell](https://github.com/ping-maxwell) **Base:** `main` ← **Head:** `fix/select-dropdown-contrast` --- ### 📝 Commits (1) - [`ff0b84c`](https://github.com/better-auth/better-auth/commit/ff0b84c58fe8461f1795a7cde760930bc721da2a) fix: improve select dropdown contrast on enterprise form ### 📊 Changes **1 file changed** (+42 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/app/enterprise/enterprise-client.tsx` (+42 -7) </details> ### 📄 Description ### Fix: Improve dropdown contrast in Enterprise form #### Before (Current behavior) <img width="1919" height="960" alt="Screenshot 2026-04-02 010729" src="https://github.com/user-attachments/assets/d8e1163f-23a1-4742-b152-7fc1bb5abff7" /> #### After (Fixed behavior) <img width="1919" height="908" alt="Screenshot 2026-04-02 005452" src="https://github.com/user-attachments/assets/49647a8b-22bf-43a1-a883-acfdb0b7fd80" /> --- ### Changes - Replaced `bg-transparent` with `bg-background` - Added background and text color to `<option>` elements - Improves readability in dark mode --- ### Note Native `<select>` elements are OS-controlled, so styling may still vary across browsers. Happy to implement a custom select component if needed. fixes #8774 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 10:33:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#16533