fix color in follow button

This commit is contained in:
ThatOneCalculator 2023-03-22 14:29:07 -07:00
parent 18eed9607b
commit d05ab9bf46
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -149,7 +149,7 @@ onBeforeUnmount(() => {
height: 31px;
font-size: 16px;
border-radius: 32px;
background: var(--accentedBg);
background: var(--bg);
&.full {
padding: 0 8px 0 12px;