diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 17:51:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-06 17:51:33 +0900 |
| commit | bcd886c4f5fc2255bc74f10792454bbac142aee0 (patch) | |
| tree | e26897cce1cfaaed2c04f688fef0b5e754e50822 /src/client/app/desktop/views/components | |
| parent | :art: (diff) | |
| download | misskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.tar.gz misskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.tar.bz2 misskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.zip | |
:art:
Diffstat (limited to 'src/client/app/desktop/views/components')
| -rw-r--r-- | src/client/app/desktop/views/components/activity.vue | 2 | ||||
| -rw-r--r-- | src/client/app/desktop/views/components/friends-maker.vue | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/desktop/views/components/activity.vue b/src/client/app/desktop/views/components/activity.vue index c9a0ca5428..8c79e213a7 100644 --- a/src/client/app/desktop/views/components/activity.vue +++ b/src/client/app/desktop/views/components/activity.vue @@ -78,7 +78,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/desktop/views/components/friends-maker.vue b/src/client/app/desktop/views/components/friends-maker.vue index 2cb04c3584..301176d48e 100644 --- a/src/client/app/desktop/views/components/friends-maker.vue +++ b/src/client/app/desktop/views/components/friends-maker.vue @@ -120,13 +120,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 |