We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f423848 commit 2cb3034Copy full SHA for 2cb3034
src/ListGroup/index.js
@@ -187,7 +187,7 @@ const ListGroup = styled(ListGroupUnstyled)`
187
margin-bottom: -${props.theme['$list-group-border-width']};
188
background-color: ${props.theme['$list-group-bg']};
189
border: ${props.theme['$list-group-border-width']} solid ${props.theme['$list-group-border-color']};
190
-
+ color: ${props.theme['$list-group-color']};
191
&:first-child {
192
${borderTopRadius(
193
props.theme['$enable-rounded'],
0 commit comments