[IMPROVE] Increase read receipt size (#27665)

pull/27689/head^2
gabriellsh 3 years ago committed by GitHub
parent 3f5c0ad17b
commit 06bf702439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/meteor/client/components/message/ReadReceiptIndicator.tsx

@ -15,7 +15,7 @@ const ReadReceiptIndicator = ({ unread }: ReadReceiptIndicatorProps): ReactEleme
right: 0.5rem;
`}
>
<Icon name='check' size='x11' color={unread ? 'secondary' : 'primary'} />
<Icon name='check' size='x16' color={unread ? 'annotation' : 'on-info'} />
</Box>
);

Loading…
Cancel
Save