From 4cb15e7808892f3802c82762127e27b847064b06 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 16 Nov 2022 16:47:49 +0700 Subject: Change class name --- src/styles/globals.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/styles/globals.css') diff --git a/src/styles/globals.css b/src/styles/globals.css index 4d8c7971..6ed6582b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -81,10 +81,11 @@ html, body { bg-transparent w-full leading-none + focus:outline-none ; } - .btn-primary { + .btn-yellow { @apply block w-fit @@ -93,7 +94,7 @@ html, body { border-yellow-900 rounded border - text-white + text-gray-900 text-center disabled:bg-yellow-700 disabled:border-yellow-700 -- cgit v1.2.3