[PR #6006] [WIP] Fix missing margin between button and separator in spending report toolbar #6267

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

Original Pull Request: https://github.com/actualbudget/actual/pull/6006

State: closed
Merged: No


This fixes the missing margin between the button and the vertical separator line in the spending report toolbar.

The separator View component was missing a left margin, causing it to appear too close to the adjacent button. I added marginLeft: 10 to match the existing marginRight: 10, which creates consistent spacing on both sides of the separator.

Fixes #6003

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6006 **State:** closed **Merged:** No --- This fixes the missing margin between the button and the vertical separator line in the spending report toolbar. The separator View component was missing a left margin, causing it to appear too close to the adjacent button. I added marginLeft: 10 to match the existing marginRight: 10, which creates consistent spacing on both sides of the separator. Fixes #6003
GiteaMirror added the pull-request label 2026-02-28 21:25:59 -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#6267