make sure datebreak keep text color

This commit is contained in:
Audric Ackermann 2022-03-10 15:12:20 +11:00
parent 461ce4a7fb
commit 2cf2d9eff7
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

@ -12,7 +12,7 @@ const DateBreakText = styled.div`
font-weight: bold;
text-align: center;
color: var(--color-last-seen-indicator);
color: var(--color-text);
`;
export const MessageDateBreak = (props: { timestamp: number; messageId: string }) => {