[PR #4614] [CLOSED] CSS variables on Settings #5485

Closed
opened 2026-02-28 21:13:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4614
Author: @dnlklmn
Created: 3/12/2025
Status: Closed

Base: masterHead: theming-css-vars


📝 Commits (1)

  • 07bd863 CSS variables on Settings

📊 Changes

12 files changed (+123 additions, -81 deletions)

View changed files

📝 packages/component-library/src/Button.tsx (+21 -9)
📝 packages/component-library/src/Menu.tsx (+10 -5)
📝 packages/component-library/src/Select.tsx (+4 -2)
📝 packages/desktop-client/src/components/LoggedInUser.tsx (+1 -1)
📝 packages/desktop-client/src/components/common/Link.tsx (+1 -1)
📝 packages/desktop-client/src/components/settings/Format.tsx (+0 -11)
📝 packages/desktop-client/src/components/settings/Themes.tsx (+10 -41)
📝 packages/desktop-client/src/components/settings/UI.tsx (+6 -4)
📝 packages/desktop-client/src/components/settings/index.tsx (+5 -7)
📝 packages/desktop-client/src/index.tsx (+3 -0)
packages/desktop-client/src/style/themes/dark.css (+31 -0)
packages/desktop-client/src/style/themes/light.css (+31 -0)

📄 Description


🔄 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/4614 **Author:** [@dnlklmn](https://github.com/dnlklmn) **Created:** 3/12/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `theming-css-vars` --- ### 📝 Commits (1) - [`07bd863`](https://github.com/actualbudget/actual/commit/07bd86370ad7486175f17a0fc5fc51fd825585b5) CSS variables on Settings ### 📊 Changes **12 files changed** (+123 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `packages/component-library/src/Button.tsx` (+21 -9) 📝 `packages/component-library/src/Menu.tsx` (+10 -5) 📝 `packages/component-library/src/Select.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/common/Link.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/settings/Format.tsx` (+0 -11) 📝 `packages/desktop-client/src/components/settings/Themes.tsx` (+10 -41) 📝 `packages/desktop-client/src/components/settings/UI.tsx` (+6 -4) 📝 `packages/desktop-client/src/components/settings/index.tsx` (+5 -7) 📝 `packages/desktop-client/src/index.tsx` (+3 -0) ➕ `packages/desktop-client/src/style/themes/dark.css` (+31 -0) ➕ `packages/desktop-client/src/style/themes/light.css` (+31 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <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-02-28 21:13:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5485