Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
fix: размер и положение индикатора
Browse files Browse the repository at this point in the history
  • Loading branch information
ko22009 committed Nov 27, 2023
1 parent 8c2170d commit f01cac6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/widgets/notification-list/NotificationItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ export function NotificationItem({ notification }: NotificationItemProps) {
_last={{ border: 'none' }}
gap={1}
>
<Flex alignItems="center" justifyContent="space-between" gap={2}>
<Flex alignItems="baseline" justifyContent="space-between" gap={2}>
<Circle
size="6px"
size="1.5"
bg="purple.600"
visibility={notification.is_read ? 'hidden' : 'visible'}
position="relative"
top="-0.15rem"
/>
<Stack spacing={0} gap={1}>
<Heading variant="h3">
Expand Down

0 comments on commit f01cac6

Please sign in to comment.