From 373e15b3fbf60fecbc52a15cced2290689bb6896 Mon Sep 17 00:00:00 2001 From: Andres Espinel Date: Wed, 5 Feb 2025 23:08:05 -0500 Subject: [PATCH] fix: fixed border not showing when user clicks on an option post --- src/discussions/posts/post-editor/PostEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/discussions/posts/post-editor/PostEditor.jsx b/src/discussions/posts/post-editor/PostEditor.jsx index 60e4e09e8..37a4f0014 100644 --- a/src/discussions/posts/post-editor/PostEditor.jsx +++ b/src/discussions/posts/post-editor/PostEditor.jsx @@ -67,7 +67,7 @@ const DiscussionPostType = ({ 'border-primary': selected, 'border-light-400': !selected, })} - style={{ cursor: 'pointer', width: `${enableInContextSidebar ? '10.021rem' : '14.25rem'}` }} + style={{ cursor: 'pointer', width: `${enableInContextSidebar ? '10.021rem' : '14.25rem'}`, border: '2px solid' }} > {icon}