Issue #2469917 by tadityar: The install new theme page doesn't have a primary button
parent
4d9c9ff88f
commit
2d53e2aabc
|
@ -104,6 +104,7 @@ class UpdateManagerInstall extends FormBase {
|
||||||
$form['actions'] = array('#type' => 'actions');
|
$form['actions'] = array('#type' => 'actions');
|
||||||
$form['actions']['submit'] = array(
|
$form['actions']['submit'] = array(
|
||||||
'#type' => 'submit',
|
'#type' => 'submit',
|
||||||
|
'#button_type' => 'primary',
|
||||||
'#value' => $this->t('Install'),
|
'#value' => $this->t('Install'),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue