**Description** Bootstrap template update from 3.3 to 4.x replaced `btn-default` class with `btn-secondary`, which results in pale grey submit buttons. https://github.com/symfony/symfony/blob/8d277ce3e594c196594170e4fbbc37be98ba4f73/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig#L148 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 