diff --git a/core/modules/system/src/Form/ModulesListForm.php b/core/modules/system/src/Form/ModulesListForm.php index eb894f625452ade89d5fbe2cbf4dff5efb8cfb78..6b6882b90e4f992529eb8ffd62e84f60ad2dc432 100644 --- a/core/modules/system/src/Form/ModulesListForm.php +++ b/core/modules/system/src/Form/ModulesListForm.php @@ -239,6 +239,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { $form['actions']['submit'] = array( '#type' => 'submit', '#value' => $this->t('Save configuration'), + '#button_type' => 'primary', ); return $form;