Skip to content

Commit

Permalink
Update CommandMenu.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
developerplus2025 authored Aug 22, 2024
1 parent a936c1e commit ba1851e
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-[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"
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-[8px]"
>
<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 ba1851e

@vercel
Copy link

@vercel vercel bot commented on ba1851e 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.