fix: text color of follow button (#10672)

This commit is contained in:
SASAGAWA Kiyoshi 2023-04-19 08:24:37 +09:00 committed by GitHub
parent 471b836a44
commit b26807b59b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ onBeforeUnmount(() => {
}
&.active {
color: #fff;
color: var(--fgOnAccent);
background: var(--accent);
&:hover {