pull/1964/head
bunsenstraat 3 years ago
parent 69ae2360c2
commit 0cf253ec8a
  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