[PR #6392] [CLOSED] [WIP] Present light theme user with appropriate light colors in tag Color picker #48307

Closed
opened 2026-04-26 10:15:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6392
Author: @Juulz
Created: 12/13/2025
Status: Closed

Base: masterHead: color-picker


📝 Commits (10+)

  • 168159c Update light.ts default tag text to black
  • 9f2f077 Add light color palette to Color Picker
  • 3f429b8 Update ColorPicker.tsx format
  • 2f1ee0e Update ColorPicker.tsx
  • 52f5421 Update ColorPicker.tsx
  • 96a483e Update ColorPicker.tsx
  • 2e5b8fb Update ColorPicker.tsx
  • 8137086 Update ColorPicker.tsx
  • 69e6ac1 Update ColorPicker.tsx
  • 6f7c438 Update ColorPicker.tsx

📊 Changes

2 files changed (+44 additions, -5 deletions)

View changed files

📝 packages/component-library/src/ColorPicker.tsx (+43 -4)
📝 packages/desktop-client/src/style/themes/light.ts (+1 -1)

📄 Description

Update the ColorPicker palette used for tag color selection to check for user's current theme and present HSL 0.90 light tint colors of the 20 dark theme colors.

Update default light theme tag color text to black.


🔄 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/6392 **Author:** [@Juulz](https://github.com/Juulz) **Created:** 12/13/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `color-picker` --- ### 📝 Commits (10+) - [`168159c`](https://github.com/actualbudget/actual/commit/168159c3c249d7e808bf488d9b1dbbef6769cb71) Update light.ts default tag text to black - [`9f2f077`](https://github.com/actualbudget/actual/commit/9f2f07762b28cc2830820784f3af2b907e9e60b9) Add light color palette to Color Picker - [`3f429b8`](https://github.com/actualbudget/actual/commit/3f429b8d9437bcc2304e04893c338610d4cd3378) Update ColorPicker.tsx format - [`2f1ee0e`](https://github.com/actualbudget/actual/commit/2f1ee0e166f041d1a6f194e25aee7cae8ee240eb) Update ColorPicker.tsx - [`52f5421`](https://github.com/actualbudget/actual/commit/52f542105ead54144081d7accb792db500fef17a) Update ColorPicker.tsx - [`96a483e`](https://github.com/actualbudget/actual/commit/96a483e88ec0f3e9d770278b34dc0ed4442af35e) Update ColorPicker.tsx - [`2e5b8fb`](https://github.com/actualbudget/actual/commit/2e5b8fb8c4a3252aaf5f4c7f626eb904d74c600d) Update ColorPicker.tsx - [`8137086`](https://github.com/actualbudget/actual/commit/8137086898f0040e8280c4a15a35df9ac323b642) Update ColorPicker.tsx - [`69e6ac1`](https://github.com/actualbudget/actual/commit/69e6ac13f1ec58c1a3388a80c7550607d53e48c1) Update ColorPicker.tsx - [`6f7c438`](https://github.com/actualbudget/actual/commit/6f7c4386b76ca7ffe00dd621ad474bec8dfc3977) Update ColorPicker.tsx ### 📊 Changes **2 files changed** (+44 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/component-library/src/ColorPicker.tsx` (+43 -4) 📝 `packages/desktop-client/src/style/themes/light.ts` (+1 -1) </details> ### 📄 Description Update the ColorPicker palette used for tag color selection to check for user's current theme and present HSL 0.90 light tint colors of the 20 dark theme colors. Update default light theme tag color text to black. --- <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-26 10:15:00 -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#48307