Skip to content

Commit

Permalink
resize message unread circle (#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlinton authored Feb 10, 2023
1 parent 1ca1afa commit 61f29e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-common/src/components/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,10 @@ export function MessageBubbleUnreadIcon({ fill = "#99A4B4", ...props }) {
<circle
cx="22"
cy="0"
r="4"
r="5"
fill="#E33E3F"
stroke="white"
strokeWidth="0"
strokeWidth="2"
/>
</svg>
);
Expand Down

1 comment on commit 61f29e2

@vercel
Copy link

@vercel vercel bot commented on 61f29e2 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.