From cac2690fd6b6492c8e8f46688a4257c9e09acd26 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 10 Jan 2026 18:31:10 +0100 Subject: [PATCH] fix(button): make sure button text color is always white --- frontend/src/components/input/Button.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/input/Button.vue b/frontend/src/components/input/Button.vue index 53e9b1130..4f35852d0 100644 --- a/frontend/src/components/input/Button.vue +++ b/frontend/src/components/input/Button.vue @@ -73,6 +73,10 @@ const variantClass = computed(() => VARIANT_CLASS_MAP[variant.value])