chore(client): tweak style

This commit is contained in:
syuilo 2022-07-10 15:35:43 +09:00
parent 7f808eaf42
commit 5cdb9fb748
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ function choose(visibility: typeof misskey.noteVisibilities[number]): void {
}
&.active {
color: #fff;
color: var(--fgOnAccent);
background: var(--accent);
}