Skip to content

Commit

Permalink
fix budget header collapsed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Feb 2, 2024
1 parent 7341914 commit 2b8c9e3
Showing 1 changed file with 1 addition 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

0 comments on commit 2b8c9e3

Please sign in to comment.