Browse Source

chore(gui-v2): add injection key

pull/3252/head
braks 2 years ago
parent
commit
bf5b8a9ec4
  1. 2
      packages/nc-gui-v2/composables/useTheme/index.ts

2
packages/nc-gui-v2/composables/useTheme/index.ts

@ -43,7 +43,7 @@ const [setup, use] = useInjectionState((config?: Partial<ThemeConfig>) => {
theme: currentTheme,
setTheme,
}
})
}, 'theme')
export const provideTheme = setup

Loading…
Cancel
Save