From 06bf702439aa567124080e6b1afc38ebeee2d3d9 Mon Sep 17 00:00:00 2001 From: gabriellsh <40830821+gabriellsh@users.noreply.github.com> Date: Wed, 4 Jan 2023 20:04:45 -0300 Subject: [PATCH] [IMPROVE] Increase read receipt size (#27665) --- apps/meteor/client/components/message/ReadReceiptIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/meteor/client/components/message/ReadReceiptIndicator.tsx b/apps/meteor/client/components/message/ReadReceiptIndicator.tsx index 5cd94dba132..91a61047460 100644 --- a/apps/meteor/client/components/message/ReadReceiptIndicator.tsx +++ b/apps/meteor/client/components/message/ReadReceiptIndicator.tsx @@ -15,7 +15,7 @@ const ReadReceiptIndicator = ({ unread }: ReadReceiptIndicatorProps): ReactEleme right: 0.5rem; `} > - + );