[PR #3488] [CLOSED] fix mobile header button styles #4882

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3488
Author: @tim-smart
Created: 9/23/2024
Status: Closed

Base: masterHead: fix-logo


📝 Commits (2)

📊 Changes

4 files changed (+92 additions, -72 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/MobileBackButton.tsx (+15 -13)
📝 packages/desktop-client/src/components/mobile/accounts/Accounts.jsx (+12 -10)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+59 -49)
upcoming-release-notes/3488.md (+6 -0)

📄 Description

This change defers the generation of the css override class names,
to ensure they created after the base Button styles.

Fixes regression from #3453


🔄 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/3488 **Author:** [@tim-smart](https://github.com/tim-smart) **Created:** 9/23/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-logo` --- ### 📝 Commits (2) - [`e89a79c`](https://github.com/actualbudget/actual/commit/e89a79c4dfd809d6b942c7ec26ce0bf875b4169e) fix mobile header button styles - [`5116887`](https://github.com/actualbudget/actual/commit/5116887a5eb2b8bc632896f3608af6d571a6a86c) add release notes ### 📊 Changes **4 files changed** (+92 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/MobileBackButton.tsx` (+15 -13) 📝 `packages/desktop-client/src/components/mobile/accounts/Accounts.jsx` (+12 -10) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+59 -49) ➕ `upcoming-release-notes/3488.md` (+6 -0) </details> ### 📄 Description This change defers the generation of the css override class names, to ensure they created *after* the base Button styles. Fixes regression from #3453 --- <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:02:41 -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#4882