summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-12-16 15:39:02 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-12-16 15:39:02 +0700
commitb7a98fbaa9bd2c8d9fafbe3090bc2c0a8a09dde5 (patch)
tree03b3553f3613fc739b8696191a0ef84e70f3dcf2 /src/styles
parentf45dee703450c42521884f8e0da8ae49f652b8c6 (diff)
no message
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index b10e043a..c3776373 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -66,28 +66,28 @@ html, body {
.badge-red {
@apply
bg-red_r-5
- text-red_r-11
+ text-red_r-10
;
}
.badge-gray {
@apply
bg-gray_r-5
- text-gray_r-11
+ text-gray_r-10
;
}
.badge-yellow {
@apply
bg-yellow_r-5
- text-yellow_r-11
+ text-yellow_r-10
;
}
.badge-green {
@apply
bg-green_r-5
- text-green_r-11
+ text-green_r-10
;
}