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