diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-16 16:47:49 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-16 16:47:49 +0700 |
| commit | 4cb15e7808892f3802c82762127e27b847064b06 (patch) | |
| tree | 6f66886ad73ca96921c2a630ea27d8d5a2a1f38c /src/styles | |
| parent | 002a733c70d478ef2d12257c528e938fad987ece (diff) | |
Change class name
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
