elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.78k stars 8.19k forks source link

[AlertSummaryWidget] Fix storybook theme #183174

Open maryam-saeidi opened 5 months ago

maryam-saeidi commented 5 months ago

Summary

In this PR, I fixed the issue with not showing the storybook components due to not passing correct props but I didn't find how to pass the theme so the storybook shows the component similar to how we show it in Kibana. In this ticket, we need to pass a theme similar to Kibana to fix the style of the storybook.

Compact

image

Full size

image

Command

Command to run storybook locally:

yarn storybook triggers_actions_ui
elasticmachine commented 5 months ago

Pinging @elastic/obs-ux-management-team (Team:obs-ux-management)

jasonrhodes commented 4 months ago

Hopefully this is something we can copy from another component that needs to do the same thing in Storybook? If it becomes more complicated, I would say it's not worth it for now.