verified MessageAuthor Text Colors

This commit is contained in:
William Grant 2022-10-10 13:51:12 +11:00
parent 6956cf6253
commit b4828b141e

View file

@ -21,7 +21,6 @@ type Props = {
};
const StyledAuthorContainer = styled(Flex)`
/* TODO Theming - Verify */
color: var(--text-primary-color);
`;