mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
fix budget header collapsed colors (#2313)
* fix budget header collapsed colors * note
This commit is contained in:
@@ -191,7 +191,7 @@ export function BudgetSummary({
|
||||
alignItems: 'center',
|
||||
padding: '10px 20px',
|
||||
justifyContent: 'space-between',
|
||||
backgroundColor: theme.tableHeaderBackground,
|
||||
backgroundColor: theme.tableBackground,
|
||||
borderTop: '1px solid ' + theme.tableBorder,
|
||||
}}
|
||||
>
|
||||
|
||||
6
upcoming-release-notes/2313.md
Normal file
6
upcoming-release-notes/2313.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [youngcw]
|
||||
---
|
||||
|
||||
Fix collapsed budget header colors
|
||||
Reference in New Issue
Block a user