From 94e975033c3632217b1a917409c7d6490150f488 Mon Sep 17 00:00:00 2001 From: keyan Date: Thu, 3 Aug 2023 15:13:07 -0500 Subject: [PATCH] fix fee button receipt background color --- components/fee-button.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/fee-button.module.css b/components/fee-button.module.css index 87c27ed9..9dde55c2 100644 --- a/components/fee-button.module.css +++ b/components/fee-button.module.css @@ -8,6 +8,8 @@ .receipt td { padding: .25rem .1rem; + background-color: var(--theme-inputBg); + color: var(--theme-color); } .receipt tfoot {