MDL-72606 mod_feedback: Change "Answer the questions" button to primary.

This commit is contained in:
Luca Bösch
2022-10-19 14:51:05 +02:00
parent f8d28e4ca6
commit b56bdb094b
@@ -84,7 +84,7 @@ class standard_action_bar extends base_action_bar {
} else {
$label = get_string('complete_the_form', 'feedback');
}
$items['left'][]['actionlink'] = new action_link($completeurl, $label, null, ['class' => 'btn btn-secondary']);
$items['left'][]['actionlink'] = new action_link($completeurl, $label, null, ['class' => 'btn btn-primary']);
}
return $items;