[PR #2048] [MERGED] Dark Theme color fixes #53389

Closed
opened 2026-04-30 22:02:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2048
Author: @carkom
Created: 12/8/2023
Status: Merged
Merged: 12/12/2023
Merged by: @carkom

Base: masterHead: darkFixes


📝 Commits (7)

📊 Changes

27 files changed (+76 additions, -51 deletions)

View changed files

📝 packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.js-snapshots/Budget-transfer-funds-to-another-category-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.js-snapshots/Rules-checks-the-page-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/NotesButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/SidebarCategory.tsx (+9 -2)
📝 packages/desktop-client/src/components/budget/SidebarGroup.tsx (+15 -3)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx (+1 -1)
📝 packages/desktop-client/src/components/filters/FiltersMenu.js (+2 -2)
📝 packages/desktop-client/src/components/reports/GraphButton.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/Tooltip.js (+3 -5)
📝 packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/LineGraph.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx (+2 -2)

...and 7 more files

📄 Description

Fixing or updating some dark mode colors.


🔄 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/2048 **Author:** [@carkom](https://github.com/carkom) **Created:** 12/8/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `darkFixes` --- ### 📝 Commits (7) - [`217aa88`](https://github.com/actualbudget/actual/commit/217aa885231e6374cdbb2360f31d67a30fe51bd8) subdued fix - [`0fbb58c`](https://github.com/actualbudget/actual/commit/0fbb58c5c8420e213696c01fcaab336c46ffcc9a) notes - [`11a069a`](https://github.com/actualbudget/actual/commit/11a069ac2d758a7e31c48aee33d9efdabadd5b3b) fixes - [`8c6faf8`](https://github.com/actualbudget/actual/commit/8c6faf86936ecde05e33697f96508cdac1aa9cfe) upcoming - [`32537dc`](https://github.com/actualbudget/actual/commit/32537dc3cfeca3bc798d76d455b939d5ac3935d7) autocomplete menu - [`b8c2472`](https://github.com/actualbudget/actual/commit/b8c2472d71994f058663235dc59f5bef6f341d9f) make notes consistenet on budget page - [`466bdf2`](https://github.com/actualbudget/actual/commit/466bdf24d9ac0091c3f78af82624e516bfe18e93) VRT updates ### 📊 Changes **27 files changed** (+76 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-transfer-funds-to-another-category-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-checks-the-page-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/rules.test.js-snapshots/Rules-creates-a-rule-and-makes-sure-it-is-applied-when-creating-a-transaction-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.js-snapshots/Transactions-filters-transactions-by-category-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/SidebarCategory.tsx` (+9 -2) 📝 `packages/desktop-client/src/components/budget/SidebarGroup.tsx` (+15 -3) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.js` (+2 -2) 📝 `packages/desktop-client/src/components/reports/GraphButton.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/Tooltip.js` (+3 -5) 📝 `packages/desktop-client/src/components/reports/graphs/AreaGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/BarLineGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/LineGraph.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx` (+2 -2) _...and 7 more files_ </details> ### 📄 Description Fixing or updating some dark mode colors. --- <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-30 22:02:40 -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#53389