Description
This PR suggests to replace the use of .btn-*-dark
with .btn-*-primary
so that the dark mode renders correctly the examples.
I don't think that the colors were that important before so I chose to use primary color. Can be something else of course if we want to add some variety of colors in the page.
Type of changes
-
Bug fix (non-breaking change which fixes an issue)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly - (NA) I have added tests to cover my changes
-
All new and existing tests passed
Live previews
- https://deploy-preview-37757--twbs-bootstrap.netlify.app/docs/5.3/components/button-group/#sizing
- https://deploy-preview-37757--twbs-bootstrap.netlify.app/docs/5.3/components/button-group/#vertical-variation (1st example)
Related issues
Closes #37753 (closed)