Skip to content

Commit

Permalink
fix: edit vault dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmagnus committed Aug 23, 2023
1 parent fb91893 commit 47665e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const Header: React.FC<IHeader> = ({
<PopoverTrigger>
<IconButton size="sm" icon={<EditIcon />} aria-label="Edit" />
</PopoverTrigger>
<PopoverContent p={5} bg="black.700">
<PopoverContent p={5} _dark={{ bg: 'black.700' }}>
<FocusLock persistentFocus={false}>
<PopoverArrow />
<PopoverCloseButton />
Expand Down

0 comments on commit 47665e3

Please sign in to comment.