Skip to content

Commit

Permalink
style: apply feedback given
Browse files Browse the repository at this point in the history
  • Loading branch information
andresin87 committed Oct 31, 2023
1 parent 69e2ba5 commit 6978638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Shared/CmdK.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function CmdK() {
return (
<Command.Item
key={item.objectID}
className="group flex"
className="flex"
data-active={index === activeItem}
value={item.content}
onMouseEnter={() => {
Expand Down Expand Up @@ -204,7 +204,7 @@ export function CmdK() {
</Dialog.Trigger>

<Dialog.Portal>
<Dialog.Overlay className="backdrop-opacity-dim-0 backdrop-blur-sm ease-in" />
<Dialog.Overlay className="backdrop-blur-sm backdrop-opacity-dim-0 ease-in" />

<Dialog.Content className="overflow-y-auto opacity-dim-1" asChild>
<Command label="Search documentation..." shouldFilter={false}>
Expand Down

0 comments on commit 6978638

Please sign in to comment.