Description
Change the list group text color to *-text-emphasis
to fix variant colors not applied.
Motivation & Context
List group text colors need the same update as in https://github.com/twbs/bootstrap/pull/38003 for the same reason as it can be seen in https://twbs-bootstrap.netlify.app/docs/5.3/components/list-group/#variants.
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
) - (N/A) My change introduces changes to the documentation
- (N/A) I have updated the documentation accordingly
- (N/A) I have added tests to cover my changes
-
All new and existing tests passed