Skip to content

Commit 4eab053

Browse files
michelerivaatilafassina
authored andcommitted
chore: updates orama to rc27
1 parent 15557e6 commit 4eab053

File tree

3 files changed

+97
-86
lines changed

3 files changed

+97
-86
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"dependencies": {
1919
"@kobalte/core": "^0.12.6",
2020
"@lunariajs/core": "^0.0.31",
21-
"@orama/searchbox": "1.0.0-rc19",
22-
"@oramacloud/client": "^1.0.14",
21+
"@orama/searchbox": "1.0.0-rc27",
22+
"@oramacloud/client": "^1.1.5",
2323
"@solidjs/meta": "^0.29.3",
2424
"@solidjs/router": "^0.13.1",
2525
"@solidjs/start": "^1.0.0-rc.0",

pnpm-lock.yaml

Lines changed: 93 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ui/searchbox.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ export function SearchBox() {
3737
light: {},
3838
dark: {
3939
"--text-color-primary": "#fff",
40-
"--background-color-primary": "#040816",
40+
"--background-color-primary": "#000000",
4141
"--icon-color-primary": "#fff",
4242
"--border-color-accent": "rgb(147 197 253)",
43+
"--backdrop-bg-color": "rgb(19 20 24 / 75%)",
4344
},
4445
},
4546
});

0 commit comments

Comments
 (0)