mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(storybook): fix class prop
This commit is contained in:
@@ -26,7 +26,7 @@ addDecorator(story => {
|
||||
addDecorator(story => {
|
||||
return (
|
||||
<div>
|
||||
<div class="theme-light">
|
||||
<div className="theme-light">
|
||||
<ThemeContext.Provider
|
||||
value={{
|
||||
reactSelectStyles: ReactSelectStyles(ReactSelectColors.Light)
|
||||
@@ -44,7 +44,7 @@ addDecorator(story => {
|
||||
marginBottom: "4px"
|
||||
}}
|
||||
></div>
|
||||
<div class="theme-dark">
|
||||
<div className="theme-dark">
|
||||
<ThemeContext.Provider
|
||||
value={{
|
||||
reactSelectStyles: ReactSelectStyles(ReactSelectColors.Dark)
|
||||
|
||||
Reference in New Issue
Block a user