marigold-ui / marigold

Design System based on react-aria and Tailwind CSS
https://marigold-ui.io
MIT License
101 stars 7 forks source link

Storybook: Theme ignored in Canvas tab #161

Closed sebald closed 4 years ago

sebald commented 4 years ago

The Box works in the "canvas" tab, but weird things happen in the "docs" tab. I don't know where the color comes from, there is no provider or theme applied.

Canvas

color: orange (yes the CSS value "orange")!

image

Docs

color: #FC521F (from ???)

Screen Shot 2020-03-27 at 11 13 50

ti10le commented 4 years ago

@sebald you still have this bug? It's working for me.

sebald commented 4 years ago

Did not check it, honestly. Will do later.

Did I did this on accident? 😅

ti10le commented 4 years ago

That was my thought 😀

sebald commented 4 years ago

yup, I am on 279bc1b

sebald commented 4 years ago

Checked the code again. Actually, canvas is correct. I have no clue where the #FC521F comes from that is used in the docs 😥

ti10le commented 4 years ago

I'm still having color: orange; in both tabs. Canvas and Docs are the same. @sebald can we close this or you want check it again? 😄

sebald commented 4 years ago

Guess @viktoria-schwarz is the tire breaker 😐 if it's only me close it.

viktoria-schwarz commented 4 years ago

It's working for me as well, all colors as expected!