Skip to content

Commit

Permalink
Fix button color
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 30, 2024
1 parent 8d36372 commit 1a9007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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")) {
Expand Down

0 comments on commit 1a9007e

Please sign in to comment.