We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c329fe6 commit a2291efCopy full SHA for a2291ef
invokeai/frontend/web/src/features/ui/components/Notifications.tsx
@@ -4,6 +4,7 @@ import {
4
IconButton,
5
Image,
6
Popover,
7
+ PopoverArrow,
8
PopoverBody,
9
PopoverContent,
10
PopoverHeader,
@@ -56,8 +57,8 @@ export const Notifications = () => {
56
57
)}
58
</Flex>
59
</PopoverTrigger>
- <PopoverContent>
60
- <PopoverCloseButton />
+ <PopoverContent p={2}>
61
+ <PopoverArrow />
62
<PopoverHeader fontSize="md" fontWeight="semibold">
63
<Flex alignItems="center" gap={3}>
64
<Image src={InvokeSymbol} boxSize={6} />
0 commit comments