diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-28 04:30:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-28 04:30:37 +0900 |
| commit | f0dafa04a538e446d7a4cfa41d926fbe212d42d2 (patch) | |
| tree | 07e12f585d47bca0efad61b1726c99ef1238bb45 /src/client/app/mobile | |
| parent | :art: (diff) | |
| download | misskey-f0dafa04a538e446d7a4cfa41d926fbe212d42d2.tar.gz misskey-f0dafa04a538e446d7a4cfa41d926fbe212d42d2.tar.bz2 misskey-f0dafa04a538e446d7a4cfa41d926fbe212d42d2.zip | |
:art:
Diffstat (limited to 'src/client/app/mobile')
| -rw-r--r-- | src/client/app/mobile/views/components/note-detail.vue | 3 | ||||
| -rw-r--r-- | src/client/app/mobile/views/components/note.vue | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/client/app/mobile/views/components/note-detail.vue b/src/client/app/mobile/views/components/note-detail.vue index 05c770a59b..61274a246a 100644 --- a/src/client/app/mobile/views/components/note-detail.vue +++ b/src/client/app/mobile/views/components/note-detail.vue @@ -331,7 +331,8 @@ export default Vue.extend({ > .count display inline margin 0 0 0 8px - color #999 + color var(--text) + opacity 0.7 &.reacted color var(--primary) diff --git a/src/client/app/mobile/views/components/note.vue b/src/client/app/mobile/views/components/note.vue index 6c17d77cd9..6fb0f56dbf 100644 --- a/src/client/app/mobile/views/components/note.vue +++ b/src/client/app/mobile/views/components/note.vue @@ -258,7 +258,8 @@ export default Vue.extend({ > .count display inline margin 0 0 0 8px - color #999 + color var(--text) + opacity 0.7 &.reacted color var(--primary) |