pull/5370/head
bunsenstraat 3 years ago
parent ac6fd1f3ab
commit 81e180eda1
  1. 3
      libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.tsx

@ -47,6 +47,9 @@ const RemixUiVerticalIconsPanel = ({
}
})
useEffect(() => {
verticalIconsPlugin.call('theme', 'currentTheme').then((th: any) => {
setTheme(th.quality)
})
verticalIconsPlugin.on('theme', 'themeChanged', (th: any) => {
setTheme(th.quality)
})

Loading…
Cancel
Save