Skip to content

Commit

Permalink
Fix styles for new comment board
Browse files Browse the repository at this point in the history
  • Loading branch information
akasunil committed Dec 4, 2024
1 parent 92c0e99 commit 29218bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function AddComment( {
return (
<VStack
spacing="3"
className="editor-collab-sidebar-panel__thread editor-collab-sidebar-panel__active-thread"
className="editor-collab-sidebar-panel__thread editor-collab-sidebar-panel__active-thread editor-collab-sidebar-panel__focus-thread"
>
<HStack alignment="left" spacing="3">
<CommentAuthorInfo />
Expand Down

0 comments on commit 29218bb

Please sign in to comment.