kopia lustrzana https://github.com/nextcloud/social
Use primary color for reboost action
Signed-off-by: Louis Chemineau <louis@chmn.me>pull/1676/head
rodzic
f95a8c57c4
commit
a1eb3fc19c
|
@ -41,7 +41,7 @@
|
|||
type="tertiary-no-background"
|
||||
@click="boost">
|
||||
<template #icon>
|
||||
<Repeat :size="20" :fill-color="isBoosted ? 'blue' : 'var(--color-main-text)'" />
|
||||
<Repeat :size="20" :fill-color="isBoosted ? 'var(--color-primary)' : 'var(--color-main-text)'" />
|
||||
</template>
|
||||
</NcButton>
|
||||
<NcButton v-if="!isLiked"
|
||||
|
|
Ładowanie…
Reference in New Issue