|
|
@ -76,7 +76,6 @@ export function RemixUiVerticalIconsPanel ({ |
|
|
|
const themeModule = verticalIconsPlugin.registry.get('themeModule').api |
|
|
|
const themeModule = verticalIconsPlugin.registry.get('themeModule').api |
|
|
|
themeModule.events.on('themeChanged', (theme: any) => { |
|
|
|
themeModule.events.on('themeChanged', (theme: any) => { |
|
|
|
onThemeChanged(theme.quality) |
|
|
|
onThemeChanged(theme.quality) |
|
|
|
console.log('There was a theme change. This is the theme payload ', theme) |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
}, []) |
|
|
|
}, []) |
|
|
|
|
|
|
|
|
|
|
@ -84,7 +83,6 @@ export function RemixUiVerticalIconsPanel ({ |
|
|
|
const themeModule = verticalIconsPlugin.registry.get('themeModule').api |
|
|
|
const themeModule = verticalIconsPlugin.registry.get('themeModule').api |
|
|
|
themeModule.events.on('themeChanged', (theme: any) => { |
|
|
|
themeModule.events.on('themeChanged', (theme: any) => { |
|
|
|
onThemeChanged(theme.quality) |
|
|
|
onThemeChanged(theme.quality) |
|
|
|
console.log('There was a theme change. This is the theme payload ', theme) |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
}, []) |
|
|
|
}, []) |
|
|
|
|
|
|
|
|
|
|
|