diff --git a/docs/_react/bulma-customizer/index.html b/docs/_react/bulma-customizer/index.html index b999a5a7..d126c092 100644 --- a/docs/_react/bulma-customizer/index.html +++ b/docs/_react/bulma-customizer/index.html @@ -7,16 +7,6 @@ Vite + React @@ -42,7 +32,7 @@
- +
diff --git a/docs/_react/bulma-customizer/src/App.jsx b/docs/_react/bulma-customizer/src/App.jsx index 51747a41..5c887418 100644 --- a/docs/_react/bulma-customizer/src/App.jsx +++ b/docs/_react/bulma-customizer/src/App.jsx @@ -413,8 +413,8 @@ function App() { "--bulma-tabs-link-active-color": "var(--bulma-primary)", }; - const appClass = classNames({ - [cn.app]: true, + const customizerClass = classNames({ + [cn.customizer]: true, [cn.open]: context.isOpen, }); @@ -425,46 +425,48 @@ function App() { return ( -