Skip to content

Commit

Permalink
Update src/components/Simulator/NotificationPopover.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
  • Loading branch information
wackerow and pettinarip authored Sep 14, 2023
1 parent 730f64e commit da729d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Simulator/NotificationPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const NotificationPopover: React.FC<IProps> = ({
fontSize="xs"
{...restProps}
>
<Flex gap={2} zIndex={100000000}>
<Flex gap={2}>
<PopoverHeader fontWeight="bold" mb={2} flex={1} mt={0.5}>
{title || ""}
</PopoverHeader>
Expand Down

0 comments on commit da729d8

Please sign in to comment.