fix: update themeing for unread message requests

pull/2988/head
Kee Jefferys 1 year ago committed by Keejef
parent 8019cb43a5
commit 6e47bba172

@ -45,7 +45,8 @@ const StyledCircleIcon = styled.div`
const StyledUnreadCounter = styled.div`
font-weight: bold;
border-radius: var(--margins-sm);
background-color: var(--conversation-tab-bubble-background-color);
color: var(--unread-messages-alert-text-color);
background-color: var(--unread-messages-alert-background-color);
margin-left: var(--margins-sm);
min-width: 20px;
height: 20px;

Loading…
Cancel
Save