Skip to content

Commit 2cb3034

Browse files
author
Alexander Janet
committed
fix(ListGroupItem): added missing css rule.
1 parent f423848 commit 2cb3034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ListGroup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const ListGroup = styled(ListGroupUnstyled)`
187187
margin-bottom: -${props.theme['$list-group-border-width']};
188188
background-color: ${props.theme['$list-group-bg']};
189189
border: ${props.theme['$list-group-border-width']} solid ${props.theme['$list-group-border-color']};
190-
190+
color: ${props.theme['$list-group-color']};
191191
&:first-child {
192192
${borderTopRadius(
193193
props.theme['$enable-rounded'],

0 commit comments

Comments
 (0)