Skip to content

Commit 01cbadc

Browse files
authored
fix(13153): Fixed text color to be visible in both themes (#25487)
1 parent 70b4099 commit 01cbadc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graylog2-web-interface/src/components/bootstrap/ListGroupItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const StyledListGroupItem = styled(BootstrapListGroupItem)(
106106
&.disabled,
107107
&.disabled:hover,
108108
&.disabled:focus {
109-
color: ${theme.colors.variant.default};
109+
color: ${theme.colors.text.disabled};
110110
background-color: ${theme.colors.variant.lightest.default};
111111
112112
.list-group-item-heading {

0 commit comments

Comments
 (0)