Make text of old chats same size as current
This commit is contained in:
parent
bf64f5b3a9
commit
99009f841b
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user