Skip to content

Commit 2bca956

Browse files
committed
fix: center Message Request Unread Number
1 parent 35a7c08 commit 2bca956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/components/leftpane/MessageRequestsBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const StyledUnreadCounter = styled.div`
4848
margin-left: var(--margins-sm);
4949
min-width: 20px;
5050
height: 20px;
51-
line-height: 25px;
51+
line-height: 20px;
5252
display: flex;
5353
flex-direction: row;
5454
align-items: center;

0 commit comments

Comments
 (0)