diff --git a/packages/components/src/ButtonShowReplies/ButtonShowReplies.tsx b/packages/components/src/ButtonShowReplies/ButtonShowReplies.tsx index 786b67602..275c2f816 100644 --- a/packages/components/src/ButtonShowReplies/ButtonShowReplies.tsx +++ b/packages/components/src/ButtonShowReplies/ButtonShowReplies.tsx @@ -24,8 +24,8 @@ export const ButtonShowReplies = (props: Props) => { data-cy="show-replies" icon={icon} onClick={setIsShowReplies} - sx={{ alignSelf: 'flex-start', border: 'none' }} - variant="outline" + sx={{ alignSelf: 'flex-start' }} + variant="subtle" small > {text} {creatorName && ` to ${creatorName}`} diff --git a/packages/components/src/CommentItem/CommentItem.tsx b/packages/components/src/CommentItem/CommentItem.tsx index 6cf8157d8..f8f938a68 100644 --- a/packages/components/src/CommentItem/CommentItem.tsx +++ b/packages/components/src/CommentItem/CommentItem.tsx @@ -98,7 +98,7 @@ export const CommentItem = (props: IProps) => { )} {!_deleted && ( - + { > { {isEditable && (