tajo / ladle

🥄 Develop, test and document your React story components faster.
https://www.ladle.dev
MIT License
2.63k stars 93 forks source link

Light gray background support for the theme add-on #397

Closed Hurtak closed 1 year ago

Hurtak commented 1 year ago

Is your feature request related to a problem? Please describe. Ladle currently has theme add-on that supports white and dark background, I think it would be useful for this add-on to also support "light gray" background for the following reasons

Describe the solution you'd like

Describe alternatives you've considered The most obvious alternative is using the already existing story decorators, where you would add some kind of layout wrapper component that just changes the background, but this use-case seems common enough that it might be nice to have it included out of the box