From b5475a1cba57288b1c488164a4ea16bc71aeb42f Mon Sep 17 00:00:00 2001 From: upsiflu Date: Tue, 17 Dec 2024 15:10:02 +0100 Subject: [PATCH] feat(ui): allow Button to have neutral ("default") color (useful in combination with ghost or outline) --- front/src/components/ui/Button.vue | 4 ++-- front/src/ui/components/UserMenu.vue | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/front/src/components/ui/Button.vue b/front/src/components/ui/Button.vue index af4b8cdb5..5aa3c0e5e 100644 --- a/front/src/components/ui/Button.vue +++ b/front/src/components/ui/Button.vue @@ -1,6 +1,6 @@