From 8690ffb360e8a774560fcafaaeefe37fad1f6948 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 19 Nov 2022 11:21:40 +0700 Subject: Fix style --- src/styles/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/styles/globals.css') diff --git a/src/styles/globals.css b/src/styles/globals.css index 5d741ab4..8981f0c7 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -9,7 +9,7 @@ html, body { w-screen text-base text-gray-900 - bg-gray-100 + bg-gray-50 ; } @@ -148,6 +148,7 @@ html, body { p-2 pb-3 flex-1 + bg-white ; } -- cgit v1.2.3