diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-16 15:39:02 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-16 15:39:02 +0700 |
| commit | b7a98fbaa9bd2c8d9fafbe3090bc2c0a8a09dde5 (patch) | |
| tree | 03b3553f3613fc739b8696191a0ef84e70f3dcf2 /src/styles/globals.css | |
| parent | f45dee703450c42521884f8e0da8ae49f652b8c6 (diff) | |
no message
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 8 |
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 ; } |
