Merge pull request #2264 from ianmacd/pr19

Style message request counter as per conversation message count.
pull/2266/head
Audric Ackermann 3 years ago committed by GitHub
commit 1933bc8270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save