[PR #1795] [MERGED] Darkmode: fix theming on budget table #18324

Closed
opened 2026-04-14 20:41:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1795
Author: @youngcw
Created: 10/14/2023
Status: Merged
Merged: 10/16/2023
Merged by: @joel-jeremy

Base: masterHead: darkMode_budgettable


📝 Commits (4)

📊 Changes

6 files changed (+14 additions, -7 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/BudgetCategories.js (+2 -2)
📝 packages/desktop-client/src/components/budget/BudgetTable.js (+2 -2)
📝 packages/desktop-client/src/components/budget/BudgetTotals.js (+1 -1)
📝 packages/desktop-client/src/components/budget/ExpenseCategory.js (+2 -1)
📝 packages/desktop-client/src/style/themes/dark.ts (+1 -1)
upcoming-release-notes/1795.md (+6 -0)

📄 Description

Much of the budget table wasn't themed, but had hard coded colors. This moves over to the theme values. Dark theme I think needs edited to fix the group colors.

Existing
image

New:
image


🔄 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/1795 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 10/14/2023 **Status:** ✅ Merged **Merged:** 10/16/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `darkMode_budgettable` --- ### 📝 Commits (4) - [`0eae2b3`](https://github.com/actualbudget/actual/commit/0eae2b3e12cf757af2ee6aa0ce440c4358ca779a) fix darkmode for budget table - [`b422533`](https://github.com/actualbudget/actual/commit/b4225333d3619e0b7dd6aafec9fa2ea44b5671ac) note - [`184fbf8`](https://github.com/actualbudget/actual/commit/184fbf834f08654554cb24672d8b9c6c2fd30f4f) lint - [`4193313`](https://github.com/actualbudget/actual/commit/4193313076aa24c8cb585e76241d07b780d62121) fix totals line, fix group colot ### 📊 Changes **6 files changed** (+14 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/BudgetCategories.js` (+2 -2) 📝 `packages/desktop-client/src/components/budget/BudgetTable.js` (+2 -2) 📝 `packages/desktop-client/src/components/budget/BudgetTotals.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/ExpenseCategory.js` (+2 -1) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+1 -1) ➕ `upcoming-release-notes/1795.md` (+6 -0) </details> ### 📄 Description Much of the budget table wasn't themed, but had hard coded colors. This moves over to the theme values. Dark theme I think needs edited to fix the group colors. Existing ![image](https://github.com/actualbudget/actual/assets/28542559/51c59367-f9e7-4367-8d49-5f49d2cf3c83) New: ![image](https://github.com/actualbudget/actual/assets/28542559/b4d25082-4eb8-4c20-8461-3ced4cba67a3) --- <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-14 20:41:05 -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#18324