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/common/views/widgets | |
| parent | :art: (diff) | |
| download | misskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.tar.gz misskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.tar.bz2 misskey-bcd886c4f5fc2255bc74f10792454bbac142aee0.zip | |
:art:
Diffstat (limited to 'src/client/app/common/views/widgets')
| -rw-r--r-- | src/client/app/common/views/widgets/photo-stream.vue | 2 | ||||
| -rw-r--r-- | src/client/app/common/views/widgets/rss.vue | 2 | ||||
| -rw-r--r-- | src/client/app/common/views/widgets/server.vue | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/client/app/common/views/widgets/photo-stream.vue b/src/client/app/common/views/widgets/photo-stream.vue index d57be1d33f..362d7fba53 100644 --- a/src/client/app/common/views/widgets/photo-stream.vue +++ b/src/client/app/common/views/widgets/photo-stream.vue @@ -117,7 +117,7 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/common/views/widgets/rss.vue b/src/client/app/common/views/widgets/rss.vue index 107c49adb1..37ea320730 100644 --- a/src/client/app/common/views/widgets/rss.vue +++ b/src/client/app/common/views/widgets/rss.vue @@ -86,7 +86,7 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/common/views/widgets/server.vue b/src/client/app/common/views/widgets/server.vue index fea190d87a..fc1b0c513f 100644 --- a/src/client/app/common/views/widgets/server.vue +++ b/src/client/app/common/views/widgets/server.vue @@ -88,7 +88,7 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px |