feat(ui): minor notifications layout tweaks

This commit is contained in:
psychedelicious
2024-09-20 07:06:16 +10:00
parent c329fe6a86
commit a2291ef898

View File

@@ -4,6 +4,7 @@ import {
IconButton,
Image,
Popover,
PopoverArrow,
PopoverBody,
PopoverContent,
PopoverHeader,
@@ -56,8 +57,8 @@ export const Notifications = () => {
)}
</Flex>
</PopoverTrigger>
<PopoverContent>
<PopoverCloseButton />
<PopoverContent p={2}>
<PopoverArrow />
<PopoverHeader fontSize="md" fontWeight="semibold">
<Flex alignItems="center" gap={3}>
<Image src={InvokeSymbol} boxSize={6} />