From e3642a8d10dcc8c23d0d91ca35fa0b0c655039c3 Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 9 Aug 2021 18:55:39 +0900 Subject: [PATCH] :art: --- src/client/components/reactions-viewer.reaction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/components/reactions-viewer.reaction.vue b/src/client/components/reactions-viewer.reaction.vue index 99b4d50c5..6754d1381 100644 --- a/src/client/components/reactions-viewer.reaction.vue +++ b/src/client/components/reactions-viewer.reaction.vue @@ -170,7 +170,7 @@ export default defineComponent({ } > span { - color: #fff; + color: var(--fgOnAccent); } }