Skip to content

Commit f4cc224

Browse files
chore: update submodule reference for dashboard and add theme storage key in provider component
1 parent f4d39ec commit f4cc224

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

apps/dashboard

apps/docs/app/provider.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export function Provider({ children }: { children: ReactNode }) {
3535
search={{
3636
SearchDialog,
3737
}}
38+
theme={{
39+
storageKey: 'lomi-theme',
40+
}}
3841
>
3942
<TranslationProvider>
4043
<GithubStarsProvider>

0 commit comments

Comments
 (0)