mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix: use contrasting colour for new message divider
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user