mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
Style message request counter as per conversation message count.
This commit is contained in:
parent
f4bf960568
commit
8107d75e89
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue