fix: text color of follow button (#10672)
This commit is contained in:
parent
471b836a44
commit
b26807b59b
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ onBeforeUnmount(() => {
|
|||
}
|
||||
|
||||
&.active {
|
||||
color: #fff;
|
||||
color: var(--fgOnAccent);
|
||||
background: var(--accent);
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue