Bump Token size because yoey is needy

This commit is contained in:
Justin Edmund 2023-01-03 20:01:57 -08:00
parent 8a60326e39
commit 9b1dd4452f

View file

@ -2,8 +2,8 @@
background: var(--input-bg);
border-radius: 99px;
display: inline;
font-size: $font-tiny;
font-weight: $bold;
font-size: $font-small;
font-weight: $medium;
min-width: 3rem;
text-align: center;
padding: $unit-half $unit;