Skip to content

Commit

Permalink
feat(NoticeComment): 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 92f62ff commit b9dbc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Notice/NoticeComment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const NoticeComment = ({
<Card
{...path}
bgColor="grey-lighter"
bgActiveColor="grey-lighter"
spacing={['xtight', 'base']}
borderRadius="xtight"
testId={TEST_ID.DIGEST_COMMENT_NOTICE}
Expand Down

0 comments on commit b9dbc10

Please sign in to comment.