We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b4099 commit 01cbadcCopy full SHA for 01cbadc
1 file changed
graylog2-web-interface/src/components/bootstrap/ListGroupItem.tsx
@@ -106,7 +106,7 @@ const StyledListGroupItem = styled(BootstrapListGroupItem)(
106
&.disabled,
107
&.disabled:hover,
108
&.disabled:focus {
109
- color: ${theme.colors.variant.default};
+ color: ${theme.colors.text.disabled};
110
background-color: ${theme.colors.variant.lightest.default};
111
112
.list-group-item-heading {
0 commit comments