Skip to content

Commit

Permalink
feat(UserComments): Don't change the background color when hover
Browse files Browse the repository at this point in the history
  • Loading branch information
wlliaml committed Apr 7, 2023
1 parent b9dbc10 commit 6c72e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/User/Comments/UserComments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ const BaseUserComments = ({ user }: UserIdUserQuery) => {
<List.Item key={comment.id}>
<Card
spacing={['tight', 'base']}
bgColor="none"
{...toPath({
page: 'commentDetail',
comment,
Expand Down

0 comments on commit 6c72e49

Please sign in to comment.