Skip to content

Commit

Permalink
fix: the reply button UI (#3675)
Browse files Browse the repository at this point in the history
fix: the reply button ui
  • Loading branch information
prashik0202 committed Jun 19, 2024
1 parent bad3b83 commit 32d8177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const ButtonShowReplies = (props: Props) => {
data-cy={`show-replies`}
icon={icon}
onClick={setIsShowReplies}
sx={{ alignSelf: 'flex-start' }}
sx={{ alignSelf: 'flex-start', border: 'none' }}
variant="outline"
small
>
Expand Down

0 comments on commit 32d8177

Please sign in to comment.