From a8b2368676972dd83c688487110b471a0f62a2a2 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sun, 19 Jan 2025 17:21:10 +0100 Subject: [PATCH] feat(ui): ghost option buttons --- front/src/components/audio/PlayButton.vue | 1 + front/src/components/ui/Card.vue | 3 +-- front/src/views/content/remote/Card.vue | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/front/src/components/audio/PlayButton.vue b/front/src/components/audio/PlayButton.vue index ca3f6f022..6f8565657 100644 --- a/front/src/components/audio/PlayButton.vue +++ b/front/src/components/audio/PlayButton.vue @@ -118,6 +118,7 @@ const isOpen = ref(false)