According to the Bootstrap 3 to Bootstrap 4 migration docs:
Buttons
- Renamed .btn-default to .btn-secondary.
But the Bootstrap 4 .btn-secondary
does not look at all like the old default button.
Using .btn-light
does not reproduce the original .btn-default
either.
How do I get my default theme back for buttons/dropdowns, etc?
I remember a default button in Bootstrap 4, but it was in an earlier alpha version. Has it been removed?
The btn-outline-secondary
class in Bootstrap 4 generates the closest to what used to be btn-default
in Bootstrap 3.
That seems to be "typo" there in the docs.
primary
is the blue button/color and secondary
is the grey ones.
And the very light grey is btn-light
.
Here's the reference link for Bootstrap 4 buttons: