Issue #2469917 by tadityar: The install new theme page doesn't have a primary button

8.0.x
Alex Pott 2015-04-14 17:21:14 +02:00
parent 4d9c9ff88f
commit 2d53e2aabc
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ class UpdateManagerInstall extends FormBase {
$form['actions'] = array('#type' => 'actions');
$form['actions']['submit'] = array(
'#type' => 'submit',
'#button_type' => 'primary',
'#value' => $this->t('Install'),
);