mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
fix: use contrasting colour for new message divider
This commit is contained in:
parent
3d723574f4
commit
3b6519c530
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const Base = styled.div<{ unread?: boolean }>`
|
||||||
|
|
||||||
const Unread = styled.div`
|
const Unread = styled.div`
|
||||||
background: var(--accent);
|
background: var(--accent);
|
||||||
color: white;
|
color: var(--accent-contrast);
|
||||||
font-size: 7px;
|
font-size: 7px;
|
||||||
padding: 2px 6px;
|
padding: 2px 6px;
|
||||||
border-radius: 60px;
|
border-radius: 60px;
|
||||||
|
|
Loading…
Reference in a new issue