This commit is contained in:
ingawei 2022-10-11 21:27:40 -07:00
parent bdc79f4d36
commit a92131c27a

View File

@ -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 && (