ah
This commit is contained in:
parent
bdc79f4d36
commit
a92131c27a
|
@ -232,14 +232,17 @@ export const FeedComment = memo(function FeedComment(props: {
|
||||||
content={content || text}
|
content={content || text}
|
||||||
smallImage
|
smallImage
|
||||||
/>
|
/>
|
||||||
<Row className="justify-end">
|
<Row className="grow justify-end gap-2">
|
||||||
{onReplyClick && (
|
{onReplyClick && (
|
||||||
<Button
|
<Button
|
||||||
color="gray-white"
|
size={'sm'}
|
||||||
size="2xs"
|
className={clsx(
|
||||||
|
'hover:bg-greyscale-2 mt-0 mb-1 max-w-xs px-0 py-0'
|
||||||
|
)}
|
||||||
|
color={'gray-white'}
|
||||||
onClick={() => onReplyClick(comment)}
|
onClick={() => onReplyClick(comment)}
|
||||||
>
|
>
|
||||||
<ReplyIcon className="h-4 w-4" />
|
<ReplyIcon className="h-5 w-5" />
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
{showTip && (
|
{showTip && (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user