summaryrefslogtreecommitdiff
path: root/src/client/app/mobile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-06 17:51:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-06 17:51:33 +0900
commitbcd886c4f5fc2255bc74f10792454bbac142aee0 (patch)
treee26897cce1cfaaed2c04f688fef0b5e754e50822 /src/client/app/mobile
parent:art: (diff)
downloadmisskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.tar.gz
misskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.tar.bz2
misskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.zip
:art:
Diffstat (limited to 'src/client/app/mobile')
-rw-r--r--src/client/app/mobile/views/components/friends-maker.vue4
-rw-r--r--src/client/app/mobile/views/components/note-card.vue2
-rw-r--r--src/client/app/mobile/views/components/notifications.vue2
-rw-r--r--src/client/app/mobile/views/components/users-list.vue4
-rw-r--r--src/client/app/mobile/views/pages/user/home.followers-you-know.vue2
-rw-r--r--src/client/app/mobile/views/pages/user/home.friends.vue2
-rw-r--r--src/client/app/mobile/views/pages/user/home.notes.vue2
-rw-r--r--src/client/app/mobile/views/pages/user/home.photos.vue2
8 files changed, 10 insertions, 10 deletions
diff --git a/src/client/app/mobile/views/components/friends-maker.vue b/src/client/app/mobile/views/components/friends-maker.vue
index 48f879c2c5..c04152c593 100644
--- a/src/client/app/mobile/views/components/friends-maker.vue
+++ b/src/client/app/mobile/views/components/friends-maker.vue
@@ -83,13 +83,13 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> .fetching
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> [data-icon]
margin-right 4px
diff --git a/src/client/app/mobile/views/components/note-card.vue b/src/client/app/mobile/views/components/note-card.vue
index 01f52c76f8..2704820318 100644
--- a/src/client/app/mobile/views/components/note-card.vue
+++ b/src/client/app/mobile/views/components/note-card.vue
@@ -88,6 +88,6 @@ export default Vue.extend({
> .mk-time
display inline-block
padding 8px
- color #aaa
+ color var(--text)
</style>
diff --git a/src/client/app/mobile/views/components/notifications.vue b/src/client/app/mobile/views/components/notifications.vue
index fa247caeab..37f953edeb 100644
--- a/src/client/app/mobile/views/components/notifications.vue
+++ b/src/client/app/mobile/views/components/notifications.vue
@@ -184,7 +184,7 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> .placeholder
padding 16px
diff --git a/src/client/app/mobile/views/components/users-list.vue b/src/client/app/mobile/views/components/users-list.vue
index edbb124536..0c5c934dcf 100644
--- a/src/client/app/mobile/views/components/users-list.vue
+++ b/src/client/app/mobile/views/components/users-list.vue
@@ -121,13 +121,13 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> .fetching
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> [data-icon]
margin-right 4px
diff --git a/src/client/app/mobile/views/pages/user/home.followers-you-know.vue b/src/client/app/mobile/views/pages/user/home.followers-you-know.vue
index ca28e41ee5..0c3efc85f2 100644
--- a/src/client/app/mobile/views/pages/user/home.followers-you-know.vue
+++ b/src/client/app/mobile/views/pages/user/home.followers-you-know.vue
@@ -57,7 +57,7 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> i
margin-right 4px
diff --git a/src/client/app/mobile/views/pages/user/home.friends.vue b/src/client/app/mobile/views/pages/user/home.friends.vue
index fbc042bf1d..177abe7aa2 100644
--- a/src/client/app/mobile/views/pages/user/home.friends.vue
+++ b/src/client/app/mobile/views/pages/user/home.friends.vue
@@ -48,7 +48,7 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> i
margin-right 4px
diff --git a/src/client/app/mobile/views/pages/user/home.notes.vue b/src/client/app/mobile/views/pages/user/home.notes.vue
index 92a645ba84..e30a533c6c 100644
--- a/src/client/app/mobile/views/pages/user/home.notes.vue
+++ b/src/client/app/mobile/views/pages/user/home.notes.vue
@@ -52,7 +52,7 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> i
margin-right 4px
diff --git a/src/client/app/mobile/views/pages/user/home.photos.vue b/src/client/app/mobile/views/pages/user/home.photos.vue
index bb9c5b8c51..9c36f1295b 100644
--- a/src/client/app/mobile/views/pages/user/home.photos.vue
+++ b/src/client/app/mobile/views/pages/user/home.photos.vue
@@ -89,7 +89,7 @@ export default Vue.extend({
margin 0
padding 16px
text-align center
- color #aaa
+ color var(--text)
> i
margin-right 4px