8000
Would make more sense that form submit buttons have boostrap class btn-primary #29114
Labels
Description
Bootstrap template update from 3.3 to 4.x replaced
btn-default
class withbtn-secondary
, which results in pale grey submit buttons.symfony/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig
Line 148 in 8d277ce
I believe it would make more sense to give it
btn-primary
class as documented in the form section of Bootstrap 4 documentation: https://getbootstrap.com/docs/4.0/components/forms/Example
Offical documentation and examples

Current template

The text was updated successfully, but these errors were encountered: