We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7239d commit 8618e8cCopy full SHA for 8618e8c
src/discussions/posts/post-actions-bar/PostActionsBar.jsx
@@ -55,7 +55,7 @@ const PostActionsBar = () => {
55
<Button
56
variant={enableInContextSidebar ? 'plain' : 'brand'}
57
className={classNames(
58
- 'my-0 font-style border-0 line-height-24',
+ 'my-0 font-style line-height-24',
59
{ 'px-3 py-10px border-0': enableInContextSidebar },
60
)}
61
onClick={handleAddPost}
0 commit comments