mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
## Summary With the release of Per User Dark Mode, code should no longer rely on calling `uiSettings` to determine which theme Kibana is displayed with. With theme settings now configurable from User Profiles and Adv. Settings, the code that was calling uiSettings to determine the Kibana theme will not take into account which theme is currently being displayed. Applies an appropriate EUI theme based on the profile settings. In particular for the following components: - Anomaly swim lane (Fixes #158155 ) - Job tree map view (Fixes https://github.com/elastic/kibana/issues/158304) - Charts-related theme settings, e.g. the Single Metric Viewer |
||
---|---|---|
.. | ||
src | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/ml-kibana-theme
Provides hooks to retrieve currently applied theme and EUI theme variables.