fix(frontend): モデログ表示の"logYellow"が機能していない問題を修正 (#12794)

* fix: logYellow of moderation log was not working

* docs(changelog): Fix: 一部のモデログ(logYellowでの表示対象)について、表示の色が変わらない問題を修正
This commit is contained in:
Sayamame-beans 2023-12-25 14:49:06 +09:00 committed by GitHub
parent fd040c50b1
commit 8ed7c7486c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
- Fix: 自分のdirect noteがuser list timelineに追加されない
### Client
-
- Fix: 一部のモデログ(logYellowでの表示対象)について、表示の色が変わらない問題を修正
### Server
- Enhance: センシティブワードの設定がハッシュタグトレンドにも適用されるようになりました

View File

@ -145,7 +145,7 @@ const props = defineProps<{
}
.logYellow {
color: var(--warning);
color: var(--warn);
}
.logRed {