fix reply spacing

This commit is contained in:
Ajay Bura 2024-05-07 09:31:31 +05:30
parent 8f9d0870e8
commit e230a0316e

View file

@ -26,12 +26,7 @@ export const ReplyLayout = as<'div', ReplyLayoutProps>(
{...props}
ref={ref}
>
<Box
style={{ color: userColor, maxWidth: toRem(200) }}
alignItems="Center"
shrink="No"
gap="100"
>
<Box style={{ color: userColor, maxWidth: toRem(200) }} alignItems="Center" shrink="No">
<Icon size="100" src={Icons.ReplyArrow} />
{username}
</Box>