Skip to content

Commit

Permalink
update bits
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakadavis committed Oct 3, 2024
1 parent dff209f commit 7b4f61e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"type": "module",
"dependencies": {
"bits-ui": "1.0.0-next.7",
"bits-ui": "1.0.0-next.8",
"clsx": "^2.1.1",
"runed": "^0.15.3",
"tailwind-merge": "^2.4.0",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src/lib/components/shared/command/command.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
)}
>
<Command.Root
class="flex h-full w-full flex-col divide-y divide-gray-400 self-start overflow-hidden rounded-xl border bg-background-100"
class="flex h-full w-full flex-col self-start overflow-hidden rounded-xl border bg-background-100"
>
<Command.Input
class="inline-flex h-[53px] w-full truncate rounded-[inherit] bg-transparent px-4 text-lg transition-colors placeholder:text-gray-700 focus:outline-none focus:ring-0"
placeholder="Search..."
/>
<Command.List class="h-[436px] overflow-y-auto overflow-x-hidden px-2 pb-2">
<Command.List class="h-[436px] overflow-y-auto overflow-x-hidden border-t px-2 pb-2">
<Command.Viewport>
<Command.Empty
class="flex w-full items-center justify-center pb-6 pt-8 text-sm text-gray-700"
Expand Down

0 comments on commit 7b4f61e

Please sign in to comment.