fix color in follow button
This commit is contained in:
parent
18eed9607b
commit
d05ab9bf46
|
@ -149,7 +149,7 @@ onBeforeUnmount(() => {
|
||||||
height: 31px;
|
height: 31px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
background: var(--accentedBg);
|
background: var(--bg);
|
||||||
|
|
||||||
&.full {
|
&.full {
|
||||||
padding: 0 8px 0 12px;
|
padding: 0 8px 0 12px;
|
||||||
|
|
Loading…
Reference in New Issue