Skip to content
Snippets Groups Projects
Unverified Commit 39e7f259 authored by youngcw's avatar youngcw Committed by GitHub
Browse files

fix budget header collapsed colors (#2313)

* fix budget header collapsed colors

* note
parent c8d326d2
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ export function BudgetSummary({ ...@@ -191,7 +191,7 @@ export function BudgetSummary({
alignItems: 'center', alignItems: 'center',
padding: '10px 20px', padding: '10px 20px',
justifyContent: 'space-between', justifyContent: 'space-between',
backgroundColor: theme.tableHeaderBackground, backgroundColor: theme.tableBackground,
borderTop: '1px solid ' + theme.tableBorder, borderTop: '1px solid ' + theme.tableBorder,
}} }}
> >
......
---
category: Bugfix
authors: [youngcw]
---
Fix collapsed budget header colors
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment