Darkmode: btn-outline-dark
is not visible in button group component
#37753
Labels
btn-outline-dark
is not visible in button group component
#37753
Prerequisites
Describe the issue
https://getbootstrap.com/docs/5.3/components/button-group/#sizing
https://getbootstrap.com/docs/5.3/components/buttons/
The bug is pretty self-explainatory, this happens because
.btn-light .btn-dark .btn-outline-light & .btn-outline-dark
don't change withdata-bs-theme="dark"
, and there is no "body" color to change along with the data attribute. To properly solve this issue .btn-body and .btn-outline-body classes should be added to complement the darkmode feature.Reduced test cases
See above
What operating system(s) are you seeing the problem on?
Windows
What browser(s) are you seeing the problem on?
No response
What version of Bootstrap are you using?
v5.3
The text was updated successfully, but these errors were encountered: