change follow button background, finally

This commit is contained in:
ThatOneCalculator 2023-03-19 19:29:15 -07:00
parent b18864946a
commit d75a4e56e3
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -144,13 +144,12 @@ onBeforeUnmount(() => {
display: inline-block;
font-weight: bold;
color: var(--accent);
background: transparent;
border: solid 1px var(--accent);
padding: 0;
height: 31px;
font-size: 16px;
border-radius: 32px;
background: #fff;
background: var(--accentedBg);
&.full {
padding: 0 8px 0 12px;