fix: center Message Request Unread Number

This commit is contained in:
William Grant 2022-11-10 17:34:07 +11:00
parent 35a7c08222
commit 2bca956783

View file

@ -48,7 +48,7 @@ const StyledUnreadCounter = styled.div`
margin-left: var(--margins-sm);
min-width: 20px;
height: 20px;
line-height: 25px;
line-height: 20px;
display: flex;
flex-direction: row;
align-items: center;