Commit 68656737 authored by John Ferris's avatar John Ferris
Browse files

Issue #3292261: Add button--primary class to ComponentBaseForm save button

parent bfa7269b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ abstract class ComponentFormBase extends FormBase implements ComponentFormInterf
            'progress' => 'none',
          ],
          '#attributes' => [
            'class' => ['lpb-btn--save'],
            'class' => ['lpb-btn--save', 'button--primary'],
            'data-disable-refocus' => 'true',
          ],
        ],