From 5fd9376255ae26c4d7412fd43b52d4622cd3f3ce Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 12 Jul 2022 14:28:25 +0200 Subject: Fix inverted like button Use outline when not liked, and filled and red with liked Signed-off-by: Carl Schwan --- src/components/TimelinePost.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/TimelinePost.vue b/src/components/TimelinePost.vue index 8e72c65b..764e8c02 100644 --- a/src/components/TimelinePost.vue +++ b/src/components/TimelinePost.vue @@ -44,7 +44,7 @@ v-tooltip="t('social', 'Boost')" @click="boost"> -- cgit v1.2.3