fix: fixed active state border issue for add a new post button (#784)

This commit is contained in:
sundasnoreen12
2025-07-15 14:05:42 +05:00
committed by GitHub
parent 3b7239d72c
commit 8618e8cfe9

View File

@@ -55,7 +55,7 @@ const PostActionsBar = () => {
<Button
variant={enableInContextSidebar ? 'plain' : 'brand'}
className={classNames(
'my-0 font-style border-0 line-height-24',
'my-0 font-style line-height-24',
{ 'px-3 py-10px border-0': enableInContextSidebar },
)}
onClick={handleAddPost}