Skip to content

Commit

Permalink
fix budget header collapsed colors (#2313)
Browse files Browse the repository at this point in the history
* fix budget header collapsed colors

* note
  • Loading branch information
youngcw authored Feb 2, 2024
1 parent c8d326d commit 39e7f25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/2313.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [youngcw]
---

Fix collapsed budget header colors

0 comments on commit 39e7f25

Please sign in to comment.