mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ignore
This commit is contained in:
parent
ceab70f8d9
commit
81b94d84dc
1 changed files with 1 additions and 2 deletions
|
|
@ -630,8 +630,7 @@ export const { use: useTheme, provider: ThemeProvider } = createSimpleContext({
|
|||
const kv = useKV()
|
||||
|
||||
const theme = createMemo(() => {
|
||||
console.log(kv.data.theme)
|
||||
return { ...(THEMES[kv.data.theme as keyof typeof THEMES] ?? THEMES.opencode) }
|
||||
return THEMES[kv.data.theme as keyof typeof THEMES] ?? THEMES.opencode
|
||||
})
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue