From 4599fcb14cf05ad21c8b81b05720573825d93b00 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 4 May 2023 19:53:32 +0200 Subject: [PATCH] Fix disabled primary style --- src/styles/_styles_ovw.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_styles_ovw.scss b/src/styles/_styles_ovw.scss index f6c0df83..dcdd38f1 100644 --- a/src/styles/_styles_ovw.scss +++ b/src/styles/_styles_ovw.scss @@ -22,7 +22,7 @@ } .btn-primary { - color: #ffffff + color: #ffffff !important; } .text-bg-primary {