Skip to content

Commit

Permalink
adjust unread icon tick size slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 12, 2023
1 parent d581896 commit 6079cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-console/src/components/UnreadItemsIcon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const Tick = styled.span`
position: absolute;
right: 0;
top: 0;
width: 1.5rem;
height: 1.5rem;
width: 1.3rem;
height: 1.3rem;
border-radius: 50%;
background-color: ${({ theme }) => theme.color.red};
`
Expand Down

0 comments on commit 6079cfd

Please sign in to comment.