diff --git a/client/pages/share/_slug.vue b/client/pages/share/_slug.vue index 64c099632..e58cf888a 100644 --- a/client/pages/share/_slug.vue +++ b/client/pages/share/_slug.vue @@ -14,7 +14,7 @@ - + @@ -107,6 +107,9 @@ export default { }, coverHeight() { return this.coverWidth * this.coverAspectRatio + }, + downloadIconClass() { + return this.coverBgIsLight ? ['text-black', 'hover:text-gray-800'] : ['text-white', 'hover:text-gray-300'] } }, methods: {