diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-09 18:55:39 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-09 18:55:39 +0900 |
| commit | e3642a8d10dcc8c23d0d91ca35fa0b0c655039c3 (patch) | |
| tree | 5bd69b943e86acd78e433739a469f9957d8d6dd2 /src/client | |
| parent | :art: (diff) | |
| download | sharkey-e3642a8d10dcc8c23d0d91ca35fa0b0c655039c3.tar.gz sharkey-e3642a8d10dcc8c23d0d91ca35fa0b0c655039c3.tar.bz2 sharkey-e3642a8d10dcc8c23d0d91ca35fa0b0c655039c3.zip | |
:art:
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/components/reactions-viewer.reaction.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/reactions-viewer.reaction.vue b/src/client/components/reactions-viewer.reaction.vue index 99b4d50c52..6754d13815 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); } } |