From 1a9007e3bbaa9ea164182bc6c6f504566ced5da9 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Wed, 30 Oct 2024 23:43:21 +0200 Subject: [PATCH] Fix button color --- authentic-init.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentic-init.pl b/authentic-init.pl index 8d4e26710..61498a331 100644 --- a/authentic-init.pl +++ b/authentic-init.pl @@ -1043,7 +1043,7 @@ sub get_button_style $icon = "unlock fa-1_15x margined-left--2"; } if (string_contains($keys, "licence_manager_deregister")) { - $class = "danger "; + $class = "grey "; $icon = "lock fa-1_15x margined-left--2"; } } elsif (string_contains($keys, "user_createover")) {