Skip to content

Commit

Permalink
chore: updates orama to rc27
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva authored and atilafassina committed May 2, 2024
1 parent 15557e6 commit 4eab053
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 86 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"dependencies": {
"@kobalte/core": "^0.12.6",
"@lunariajs/core": "^0.0.31",
"@orama/searchbox": "1.0.0-rc19",
"@oramacloud/client": "^1.0.14",
"@orama/searchbox": "1.0.0-rc27",
"@oramacloud/client": "^1.1.5",
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.13.1",
"@solidjs/start": "^1.0.0-rc.0",
Expand Down
176 changes: 93 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/ui/searchbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ export function SearchBox() {
light: {},
dark: {
"--text-color-primary": "#fff",
"--background-color-primary": "#040816",
"--background-color-primary": "#000000",
"--icon-color-primary": "#fff",
"--border-color-accent": "rgb(147 197 253)",
"--backdrop-bg-color": "rgb(19 20 24 / 75%)",
},
},
});
Expand Down

0 comments on commit 4eab053

Please sign in to comment.