forked from abner/for-legacy-web
fix: use contrasting colour for new message divider
parent
3d723574f4
commit
3b6519c530
|
|
@ -29,7 +29,7 @@ const Base = styled.div<{ unread?: boolean }>`
|
|||
|
||||
const Unread = styled.div`
|
||||
background: var(--accent);
|
||||
color: white;
|
||||
color: var(--accent-contrast);
|
||||
font-size: 7px;
|
||||
padding: 2px 6px;
|
||||
border-radius: 60px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue