fix fee button receipt background color

This commit is contained in:
keyan 2023-08-03 15:13:07 -05:00
parent 0ab9119739
commit 94e975033c
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
.receipt td { .receipt td {
padding: .25rem .1rem; padding: .25rem .1rem;
background-color: var(--theme-inputBg);
color: var(--theme-color);
} }
.receipt tfoot { .receipt tfoot {