summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2024-09-24 09:33:10 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2024-09-24 09:33:10 +0700
commitd4cb977d050a54b9daa1658b6de6e82878ca4c9b (patch)
treec58569a165721c6e60aad9c1ed9fcf8f8525b6b0 /src/styles/globals.css
parent1475593324319d1faf377f2d00a22a4b3caa3faa (diff)
parentcf42512eb11b1a96c99ced8d1f867aeb8c2dcbc1 (diff)
Merge branch 'release' into CR/product_detail
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css4
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,