fix: theming

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-07 22:49:51 -04:00
parent 5a729d851e
commit 93d32d2a9f
9 changed files with 242 additions and 95 deletions
+2
View File
@@ -13,6 +13,8 @@ export { useUserStore } from '../stores/userStore'
export { useIntegrationStore } from '../stores/integrationStore'
export { useLayoutStore } from '../stores/layoutStore'
export { useL10nStore } from '../stores/l10nStore'
export { useThemeStore, DEFAULT_FONT, encodePaletteSet } from '../stores/themeStore'
export type { ThemePalette, ThemePaletteSet, ThemeVariant } from '../stores/themeStore'
// Composables
export { useL10n, t } from '../composables/useL10n'