Skip to content

Commit

Permalink
Make comments stand out more
Browse files Browse the repository at this point in the history
Techincally this is part of the UI stuff, but it stands out when you have the reactions in there so adding it here.
  • Loading branch information
mattwoberts committed Oct 19, 2024
1 parent e72c7ff commit d5f0492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/ShowPost/components/ShowComment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const ShowComment = (props: ShowCommentProps) => {

const classList = classSet({
"flex-grow rounded-md p-2": true,
"bg-white": !props.highlighted,
"bg-gray-50": !props.highlighted,
"bg-gray-100": props.highlighted,
})

Expand Down

0 comments on commit d5f0492

Please sign in to comment.