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;