From 657af4ca1ebe026724cbeca1dd0e982bc5f1eeeb Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sun, 4 Jun 2023 20:21:03 +0200 Subject: [PATCH] Tag: Increase font weight --- src/components/Tag.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tag.scss b/src/components/Tag.scss index 730bc17..31c4b70 100644 --- a/src/components/Tag.scss +++ b/src/components/Tag.scss @@ -1,4 +1,4 @@ .tag { - @apply rounded-lg px-3 py-1 font-thin text-sm; + @apply rounded-lg px-3 py-1 font-normal text-sm; @apply bg-primary dark:bg-dark_primary text-on_primary dark:text-dark_on_primary; } \ No newline at end of file