Tag: Increase font weight

This commit is contained in:
Florian RICHER 2023-06-04 20:21:03 +02:00
parent 84cb019296
commit 657af4ca1e

View file

@ -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;
}