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

View File

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