mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 02:05:28 +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`
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user