From 53348d5ac4ba0d6af9204a41398622f228f2fa94 Mon Sep 17 00:00:00 2001 From: Jay Sitter Date: Wed, 5 Jul 2023 11:41:12 -0400 Subject: [PATCH] fix: Add focus ring color to post action buttons and markdown help link (#1816) --- src/shared/components/common/markdown-textarea.tsx | 2 +- src/shared/components/post/post-listing.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/shared/components/common/markdown-textarea.tsx b/src/shared/components/common/markdown-textarea.tsx index 7cccbb1..cd4b5e4 100644 --- a/src/shared/components/common/markdown-textarea.tsx +++ b/src/shared/components/common/markdown-textarea.tsx @@ -219,7 +219,7 @@ export class MarkdownTextArea extends Component< {this.getFormatButton("spoiler", this.handleInsertSpoiler)} diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 5dcff2f..d9b3ad2 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -602,7 +602,7 @@ export class PostListing extends Component { {this.commentsButton} {canShare() && (