-
Notifications
You must be signed in to change notification settings - Fork 8
Not fully compatible with the dark mode #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For the rule list, it seems to be because we hardcoded the text color to be 000 when the rule is valid (see AlertRuleList.jsx, colorValid variable). |
There also seems to be the possibility to style components (with styled-components) using the them colors as illustrated in graylog code: views/components/widgets/MessageTable.tsx. |
In the case of the THEN and AND, it's because component
|
Fixed in the latest master build (5.1.1). Issue can be closed after the version is officially released |
Some areas are not compatible with the dark theme:
Wizard Alert Rules main page:

Wizard Lists main page:

Text box when creating/editing a rule:

Background of rule conditions when creating/editing a THEN/OR/AND rule:

The text was updated successfully, but these errors were encountered: