Skip to content

Commit f02da98

Browse files
committed
Make msg request count same colour as per convo unread message count.
1 parent 550a2ce commit f02da98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ts/components/leftpane/MessageRequestsBanner.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ const StyledCircleIcon = styled.div`
4545
const StyledUnreadCounter = styled.div`
4646
font-weight: bold;
4747
border-radius: var(--margins-sm);
48-
background-color: var(--conversation-tab-bubble-background-color);
48+
color: var(--unread-messages-alert-text-color);
49+
background-color: var(--unread-messages-alert-background-color);
4950
margin-left: var(--margins-sm);
5051
min-width: 20px;
5152
height: 20px;

0 commit comments

Comments
 (0)