[PR #6245] [MERGED] Update custom tag CSS so all themes use the dark color scheme #40838

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6245
Author: @Juulz
Created: 11/25/2025
Status: Merged
Merged: 12/13/2025
Merged by: @youngcw

Base: masterHead: Tags


📝 Commits (4)

  • ca33951 Update useTagCSS.ts light = dark
  • e026250 Update useTagCSS.ts so all themes use the same color scheme
  • 4d8472d [autofix.ci] apply automated fixes
  • aa90da6 Improve tag readability in light theme.

📊 Changes

2 files changed (+11 additions, -19 deletions)

View changed files

📝 packages/desktop-client/src/hooks/useTagCSS.ts (+5 -19)
upcoming-release-notes/6245.md (+6 -0)

📄 Description

Tags in the light theme are very hard to read unless they use dark colors, and even then they tend to look alike. This PR improves tag readability in light themes by using the same CSS for all themes.

Screenshot - tags in current light theme

Screenshot 2025-11-25 110959

Same hex codes, using dark theme tags

Screenshot 2025-11-25 110607

🔄 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/actualbudget/actual/pull/6245 **Author:** [@Juulz](https://github.com/Juulz) **Created:** 11/25/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `Tags` --- ### 📝 Commits (4) - [`ca33951`](https://github.com/actualbudget/actual/commit/ca339513b98d706c677e945d231adf082ec3c3e9) Update useTagCSS.ts light = dark - [`e026250`](https://github.com/actualbudget/actual/commit/e0262501fb38324d4cb3e51df21c7dfd66c34462) Update useTagCSS.ts so all themes use the same color scheme - [`4d8472d`](https://github.com/actualbudget/actual/commit/4d8472d9faed004d168142244308f977fceed1ee) [autofix.ci] apply automated fixes - [`aa90da6`](https://github.com/actualbudget/actual/commit/aa90da6e82d9b2fb611e5651185246e589e81e20) Improve tag readability in light theme. ### 📊 Changes **2 files changed** (+11 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/hooks/useTagCSS.ts` (+5 -19) ➕ `upcoming-release-notes/6245.md` (+6 -0) </details> ### 📄 Description Tags in the light theme are very hard to read unless they use dark colors, and even then they tend to look alike. This PR improves tag readability in light themes by using the same CSS for all themes. Screenshot - tags in current light theme <img width="1359" height="221" alt="Screenshot 2025-11-25 110959" src="https://github.com/user-attachments/assets/e1073e2e-9198-4224-9ba7-ec31cb93fbb8" /> Same hex codes, using dark theme tags <img width="1179" height="244" alt="Screenshot 2025-11-25 110607" src="https://github.com/user-attachments/assets/576e66dc-37e0-4313-a0c5-be3bb5380945" /> --- <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-23 13:38:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#40838