Skip to content

Commit

Permalink
fix(frontend): モデログ表示の"logYellow"が機能していない問題を修正 (misskey-dev#12794)
Browse files Browse the repository at this point in the history
* fix: logYellow of moderation log was not working

* docs(changelog): Fix: 一部のモデログ(logYellowでの表示対象)について、表示の色が変わらない問題を修正
  • Loading branch information
Sayamame-beans authored and Marie committed Dec 28, 2023
1 parent 34cdba6 commit adf13f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Fix: 自分のdirect noteがuser list timelineに追加されない

### Client
-
- Fix: 一部のモデログ(logYellowでの表示対象)について、表示の色が変わらない問題を修正

### Server
- Enhance: センシティブワードの設定がハッシュタグトレンドにも適用されるようになりました
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/admin/modlog.ModLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const props = defineProps<{
}

.logYellow {
color: var(--warning);
color: var(--warn);
}

.logRed {
Expand Down

0 comments on commit adf13f7

Please sign in to comment.