From 232776d574a909720d2be14fc981c15fabb2066b 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); } }