Skip to content

Commit 942014f

Browse files
committed
Fix button color
1 parent 8198e16 commit 942014f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

authentic-init.pl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,6 +1522,9 @@ sub get_button_style
15221522
$icon = "pencil-square-o";
15231523
} elsif (string_contains($keys, "clone")) {
15241524
$icon = "clone";
1525+
if (string_contains($keys, "pods_clone_button")) {
1526+
$class = "success ";
1527+
}
15251528
} elsif (string_contains($keys, "index_tmpls")) {
15261529
$icon = "table-edit fa-1_25x";
15271530
} elsif (string_contains($keys, "index_sched") ||

0 commit comments

Comments
 (0)