Update Spending.tsx - add left margin to separator between Average and Filter - Fixes #6003 (#6261)

* Update Spending.tsx - add margin to avg button

* Add left margin to separator after Average button in Spending report.
This commit is contained in:
Juulz
2025-11-27 02:45:56 -05:00
committed by GitHub
parent 52d013cb86
commit 9d94e1268c
2 changed files with 7 additions and 0 deletions

View File

@@ -363,6 +363,7 @@ function SpendingInternal({ widget }: SpendingInternalProps) {
height: 28,
backgroundColor: theme.pillBorderDark,
marginRight: 10,
marginLeft: 10,
}}
/>

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [Juulz]
---
Add left margin to separator between "Average" and "Filter" buttons in Spending report.