Skip to content

Commit

Permalink
Version 2.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
developerplus2025 committed Aug 22, 2024
1 parent bbfd207 commit a936c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommandMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function CommandMenu() {
<>
<div
onClick={() => setOpen((open) => !open)}
className="cursor-pointer border p-2 flex gap-4 group hover:bg-muted dark:hover:bg-[#101010] transition-all duration-200 ease-out items-center justify-between h-[36px] w-[250px] rounded-md"
className="cursor-pointer border-[8px] p-2 flex gap-4 group hover:bg-muted dark:hover:bg-[#101010] transition-all duration-200 ease-out items-center justify-between h-[36px] w-[250px] rounded-md"
>
<div className="gap-4 flex items-center text-[#7c7c7c] dark:group-hover:text-white transition-all duration-200 ease-out ">
<MagnifyingGlassIcon width="21" height="21" />
Expand Down

1 comment on commit a936c1e

@vercel
Copy link

@vercel vercel bot commented on a936c1e Aug 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.