From 2002604711fd358b5de28007c73abdd07e5cd6be Mon Sep 17 00:00:00 2001 From: Michael Zetterberg Date: Thu, 20 Jun 2024 07:44:27 +0200 Subject: [PATCH] fix: bg color on earn and burn table rows --- .../MyPages/Blocks/Points/EarnAndBurn/Desktop/Row/row.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/MyPages/Blocks/Points/EarnAndBurn/Desktop/Row/row.module.css b/components/MyPages/Blocks/Points/EarnAndBurn/Desktop/Row/row.module.css index 2fc5bc1f7..258c4e4cf 100644 --- a/components/MyPages/Blocks/Points/EarnAndBurn/Desktop/Row/row.module.css +++ b/components/MyPages/Blocks/Points/EarnAndBurn/Desktop/Row/row.module.css @@ -5,4 +5,5 @@ .td { text-align: left; padding: 16px 32px; + background-color: #fff; }