[PR #23231] chore: Optimize dark mode styles (#23222) #30207

Closed
opened 2026-02-21 20:47:03 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/23231

State: closed
Merged: Yes


Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

  • Add cursor-pointer class and text-text-quaternary color to expand/collapse icons in EmojiPicker
  • Add text-text-primary color to Marketplace empty state icons
  • Dynamically adjust the color of AddToolModal empty state icons based on theme

Resolves #23222

Screenshots

Before After
458614667b3337e08b98a630bec1e11 bb6b557901b4f1160c5fc72b7efba81
2968a901f85c1aeab752824a4174662 50f388d272436b9e79add2300262518
e06ed0875191992999bc7a82c7da95b 37f9fdf13eb6de063f581cc683a2b73

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/23231 **State:** closed **Merged:** Yes --- > [!IMPORTANT] > > 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) > 2. Ensure there is an associated issue and you have been assigned to it > 3. Use the correct syntax to link this PR: `Fixes #<issue number>`. ## Summary - Add cursor-pointer class and text-text-quaternary color to expand/collapse icons in EmojiPicker - Add text-text-primary color to Marketplace empty state icons - Dynamically adjust the color of AddToolModal empty state icons based on theme Resolves #23222 ## Screenshots | Before | After | |--------|-------| | <img width="2399" height="507" alt="458614667b3337e08b98a630bec1e11" src="https://github.com/user-attachments/assets/1f1bce38-9ba8-429f-adb1-ac80d8281a08" /> | <img width="1875" height="639" alt="bb6b557901b4f1160c5fc72b7efba81" src="https://github.com/user-attachments/assets/7bfe4d29-0d23-4710-ad89-24fb7a27471f" /> | | <img width="2519" height="1005" alt="2968a901f85c1aeab752824a4174662" src="https://github.com/user-attachments/assets/040418aa-8a2c-4caf-9393-6550d0e38478" /> | <img width="2527" height="1063" alt="50f388d272436b9e79add2300262518" src="https://github.com/user-attachments/assets/458f12d3-7efa-4905-99bd-bcaa3ccba4d1" /> | | <img width="677" height="837" alt="e06ed0875191992999bc7a82c7da95b" src="https://github.com/user-attachments/assets/4f914b01-b2ab-469e-875e-7ba8d2fbc612" /> | <img width="769" height="963" alt="37f9fdf13eb6de063f581cc683a2b73" src="https://github.com/user-attachments/assets/0882b2cb-2080-4117-a7bf-a05f664bb40c" /> | ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:47:03 -05:00
yindo closed this issue 2026-02-21 20:47:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#30207