From b7a98fbaa9bd2c8d9fafbe3090bc2c0a8a09dde5 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 16 Dec 2022 15:39:02 +0700 Subject: no message --- src/styles/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/styles/globals.css') 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 ; } -- cgit v1.2.3