From f8736c235cf8eb2b66896169aaabebeeaed4d8fe Mon Sep 17 00:00:00 2001 From: 89882 Date: Mon, 29 Jan 2024 01:28:10 +0900 Subject: [PATCH] =?UTF-8?q?Style:=20coupon=20table=20=EC=83=89=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.css b/src/index.css index b39ed57c..379d3261 100644 --- a/src/index.css +++ b/src/index.css @@ -194,10 +194,10 @@ /* table custom style */ .ant-table-row-selected td[rowspan] { - background-color: white !important; + background-color: #fafafa !important; } .table-room-container { - background-color: white !important; + background-color: #fafafa !important; } /* timepicker custom style */