summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
authorJan C. Borchardt <hey@jancborchardt.net>2020-09-15 16:19:03 +0200
committerJan C. Borchardt <hey@jancborchardt.net>2020-09-15 16:19:03 +0200
commit38dd3027459ee703eb1f6ddc40cc0b278561618a (patch)
tree69de64daca18e11d7d99f2e0c738a9a75ab2b2d9 /core/src
parentf59af6060903bd8af09510a40f97ac14d907072e (diff)
downloadnextcloud-server-38dd3027459ee703eb1f6ddc40cc0b278561618a.tar.gz
nextcloud-server-38dd3027459ee703eb1f6ddc40cc0b278561618a.zip
Recommended apps: Fix loading spinner color
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/components/setup/RecommendedApps.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue
index 03466c6bbc1..25158d6e915 100644
--- a/core/src/components/setup/RecommendedApps.vue
+++ b/core/src/components/setup/RecommendedApps.vue
@@ -36,7 +36,7 @@
<div class="info">
<h3>
{{ app.name }}
- <span v-if="app.loading" class="icon icon-loading-small" />
+ <span v-if="app.loading" class="icon icon-loading-small-dark" />
<span v-else-if="app.active" class="icon icon-checkmark-white" />
</h3>
<p v-html="customDescription(app.id)" />