Style message request counter as per conversation message count.

This commit is contained in:
Ian Macdonald 2022-04-25 12:25:11 +02:00
parent f4bf960568
commit 8107d75e89
No known key found for this signature in database
GPG key ID: AE4C20556BA626FA

View file

@ -47,7 +47,8 @@ const StyledCircleIcon = styled.div`
const StyledUnreadCounter = styled.div`
font-weight: bold;
border-radius: var(--margins-sm);
background-color: var(--color-request-banner-unread-background);
background-color: var(--color-accent);
color: black;
margin-left: 10px;
min-width: 20px;
height: 20px;