chat: uniform text color in unread banner

fixes urbit/landscape#563
This commit is contained in:
James Acklin 2021-03-23 14:58:28 -04:00
parent bbb2bfe080
commit e19302a198

View File

@ -55,8 +55,7 @@ export const UnreadNotice = (props) => {
cursor='pointer'
onClick={onClick}
>
{unreadCount} new message{unreadCount > 1 ? 's' : ''}{' '}
<Text color='lightGray'>since </Text>
{unreadCount} new message{unreadCount > 1 ? 's' : ''} since{' '}
<Timestamp stamp={stamp} color='black' date={true} fontSize={1} />
</Text>
<Icon