Fix: ticker combobox background and text color #2370

Merged
KenTandrian merged 2 commits from bugfix/combobox-bg into main 2025-06-16 21:58:37 +08:00
KenTandrian commented 2025-06-15 15:16:16 +08:00 (Migrated from github.com)

This PR fixes the issue where the hotwire combobox input field and dropdown options have white background in dark mode, which extremely reduces visibility.

Changes

  • Fix ticker combobox input and options background color in dark mode by adding bg-container class.
  • Fix the input text color by adding text-primary class.

Before

Screenshot 2025-06-15 at 14 00 12

After

Dark mode

Screenshot 2025-06-15 at 14 00 44

Light mode

Screenshot 2025-06-15 at 14 14 01

This PR fixes the issue where the hotwire combobox input field and dropdown options have white background in dark mode, which extremely reduces visibility. ## Changes * Fix ticker combobox input and options background color in dark mode by adding `bg-container` class. * Fix the input text color by adding `text-primary` class. ## Before ![Screenshot 2025-06-15 at 14 00 12](https://github.com/user-attachments/assets/f6fafcf9-ff97-4258-af90-111ee4feaf74) ## After ### Dark mode ![Screenshot 2025-06-15 at 14 00 44](https://github.com/user-attachments/assets/b2cbbb02-7ef8-4a52-96fe-395a0c6acc7f) ### Light mode ![Screenshot 2025-06-15 at 14 14 01](https://github.com/user-attachments/assets/116d9ca7-d4fd-48a9-8bcc-d93eac3a22bd)
cursor[bot] commented 2025-06-15 15:16:24 +08:00 (Migrated from github.com)

🚨 BugBot couldn't run

Pull requests from forked repositories are not yet supported (requestId: serverGenReqId_16696984-04ef-441e-adb2-cc588f040641).

<h3>🚨 BugBot couldn't run</h3> Pull requests from forked repositories are not yet supported (requestId: serverGenReqId_16696984-04ef-441e-adb2-cc588f040641).
zachgoll (Migrated from github.com) approved these changes 2025-06-16 21:58:31 +08:00
zachgoll (Migrated from github.com) left a comment

Awesome, looks great. Thanks for the fix!

Awesome, looks great. Thanks for the fix!
Sign in to join this conversation.