Make text of old chats same size as current

This commit is contained in:
Sinclair Chen 2022-08-17 10:45:30 -07:00
parent bf64f5b3a9
commit 99009f841b

View File

@ -353,7 +353,7 @@ const GroupMessage = memo(function GroupMessage_(props: {
elementId={id} elementId={id}
/> />
</Row> </Row>
<div className="mt-2 text-black"> <div className="mt-2 text-base text-black">
{comments.map((comment) => ( {comments.map((comment) => (
<Content <Content
key={comment.id} key={comment.id}