summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
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,