@kne/system-layout 0.1.0-alpha.0 → 0.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -225,7 +225,9 @@ const Layout = ({
225
225
  src: defaultLogo
226
226
  })))
227
227
  }), /*#__PURE__*/jsx(ReactComponent, {
228
- className: classnames('expand-btn', style$1['expand-btn']),
228
+ className: classnames('expand-btn', style$1['expand-btn'], {
229
+ 'is-closed': !menuOpen
230
+ }),
229
231
  onClick: () => {
230
232
  setMenuOpen(menuOpen => {
231
233
  localStorage.setItem(LayoutMenuOpenKey, !menuOpen);