Skip to content

Commit

Permalink
make DSA comment links dark-teal-green to match admin link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Nov 27, 2023
1 parent 4531f5f commit 9ebe6c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const ReportedComment: FunctionComponent<Props> = ({
<Button
variant="text"
uppercase={false}
color="mono"
color="regular"
to={getURLWithCommentID(
comment.story.url,
comment.id
Expand All @@ -169,7 +169,7 @@ const ReportedComment: FunctionComponent<Props> = ({
<Button
variant="text"
uppercase={false}
color="mono"
color="regular"
target="_blank"
to={getModerationLink({
commentID: comment.id,
Expand Down

0 comments on commit 9ebe6c8

Please sign in to comment.