The CodeSnippet component light theme isn't working #147
Closed
Description
Bug
When using the <CodeSnippet>
component and trying to pass in the light={true}
option, it doesn't seem to be rendering in the UI. It also seems like the the styles for bx--snippet--light
never come through?
Expected behavior -
We'd expect the CodeSnippet
component to use the lighter theme.
Actual behavior -
It's dark.
Steps for reproducing
- Use
<CodeSnippet>
component - Pass in
light={true}
- See dark
Activity