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 Marie
parent 34cdba6c11
commit adf13f79bd
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
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

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