From edabd236e2ec4416197c427ac94851fbdfb5b331 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 25 Jan 2026 11:53:20 +0200 Subject: [PATCH] Update TierPill styling --- app/components/TierPill.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/TierPill.module.css b/app/components/TierPill.module.css index 68e06dab4..42854a3f5 100644 --- a/app/components/TierPill.module.css +++ b/app/components/TierPill.module.css @@ -1,7 +1,7 @@ .pill { - font-size: var(--fonts-xxs); - font-weight: var(--bold); - border-radius: var(--rounded-sm); + font-size: var(--font-2xs); + font-weight: var(--weight-bold); + border-radius: var(--radius-selector); padding: var(--s-0-5) var(--s-1-5); display: grid; place-items: center;