fix budget header collapsed colors (#2313)

* fix budget header collapsed colors

* note
This commit is contained in:
youngcw
2024-02-02 13:09:53 -07:00
committed by GitHub
parent c8d326d24b
commit 39e7f2598b
2 changed files with 7 additions and 1 deletions

View File

@@ -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,
}}
>

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [youngcw]
---
Fix collapsed budget header colors