Skip to content

Commit 8618e8c

Browse files
fix: fixed active state border issue for add a new post button (#784)
1 parent 3b7239d commit 8618e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discussions/posts/post-actions-bar/PostActionsBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const PostActionsBar = () => {
5555
<Button
5656
variant={enableInContextSidebar ? 'plain' : 'brand'}
5757
className={classNames(
58-
'my-0 font-style border-0 line-height-24',
58+
'my-0 font-style line-height-24',
5959
{ 'px-3 py-10px border-0': enableInContextSidebar },
6060
)}
6161
onClick={handleAddPost}

0 commit comments

Comments
 (0)