Skip to content

Commit

Permalink
🐛 (cmdk) NICE-89 init [b] (#2296)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Mar 1, 2024
1 parent f65b56c commit 59b0f8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sites/jeromefitzgerald.com/src/components/Cmdk/Cmdk.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -323,14 +323,13 @@ function Cmdk() {
'duration-250 fixed left-0 top-0 z-50 size-full transition-all',
'pointer-events-none',
isCmdkOpen && isCmdkInnerOpen
? 'bg-whiteA-11 dark:bg-blackA-11'
? 'bg-grayA-2 backdrop-blur-sm'
: 'bg-transparent',
)}
/>
<Command.Dialog
className={cx(
'data-[state=closed]:opacity-0',
'bg-white dark:bg-black',
styles['cmdk-wrapper'],
// styles['cmdk-dialog-in'],
// styles['cmdk-dialog-out'],
Expand Down

0 comments on commit 59b0f8b

Please sign in to comment.