Save modal dark theme issues in Discover, Dashboard, and Maps #149130
Labels
bug
Fixes for quality problems that affect the customer experience
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
regression
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
v8.7.0
Discover, Dashboard, and Maps use showSaveModal to show save modal. showSaveModal does not properly wrap new React tree in KibanaThemeProvider.
Regression caused in v8.7.0 by #145888. Eui update 70.3.0 contained conversion of EuiModal to emotion. The emotion conversion causes EuiModal to pull styles from emotion theming , resulting in the regression.
I am working on putting up a fix for all uses of showSaveModal by requiring showSaveModal to take
theme
and wrap modal in KibanaThemeProvider.The text was updated successfully, but these errors were encountered: