Remove unnecessary text-sm class from message sender name to improve readability (#531)

🐛 fix(chatMessage): remove unnecessary text-sm class from message sender
name to improve readability
This commit is contained in:
anovazzi1 2023-06-23 17:53:38 -03:00 committed by GitHub
commit 46b247d1a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,7 +152,7 @@ export default function ChatMessage({
</div>
) : (
<div className="w-full flex items-center">
<div className="text-start inline-block px-3 text-sm text-gray-600 dark:text-white">
<div className="text-start inline-block px-3 text-gray-600 dark:text-white">
<span
className="text-gray-600 dark:text-gray-200"
dangerouslySetInnerHTML={{