Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan committed Mar 14, 2024
1 parent 0185594 commit 72862b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Comment/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ export const Reply = styled(Action)`

export const Delete = styled(Action)`
color: ${props => props.theme.textColorSecondary};
padding-top: 0;
padding-bottom: 0;
&:hover,
&:visited,
&:focus {
Expand Down

0 comments on commit 72862b5

Please sign in to comment.