diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-09-24 01:36:05 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-09-24 01:36:05 +0000 |
| commit | cf42512eb11b1a96c99ced8d1f867aeb8c2dcbc1 (patch) | |
| tree | 802eb86425e40b8bacda6067aa797c36598a7221 /src/styles/globals.css | |
| parent | b7e7696d675d0c2e36364f7cbedb0483a343048d (diff) | |
| parent | 4bd29979c34c1ec3b31dd384829b008eb726769c (diff) | |
Merged in Feature/new-register (pull request #326)
Feature/new register
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index b3ca85f4..6447284e 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -98,7 +98,7 @@ button { border text-gray_r-12 border-gray_r-7 - !bg-white + bg-white bg-transparent w-full leading-none @@ -117,7 +117,7 @@ button { } .form-msg-danger { - @apply text-danger-600 mt-2 block; + @apply text-danger-600 mt-2 block text-sm; } .btn-yellow, |
