Merge pull request #2264 from ianmacd/pr19

Style message request counter as per conversation message count.
This commit is contained in:
Audric Ackermann 2022-04-27 12:10:55 +10:00 committed by GitHub
commit 1933bc8270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;