fix color in follow button
This commit is contained in:
parent
b82c3c796b
commit
35cacf704e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue