Skip to content

Commit 6beefba

Browse files
committed
fix: remove border on active button
1 parent 78adf7c commit 6beefba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package/src/components/MessageInput/ShowThreadMessageInChannelButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export const ShowThreadMessageInChannelButtonWithContext = (
7676
showReplyInChannel
7777
? {
7878
backgroundColor: semantics.controlRadioCheckBgSelected,
79+
borderWidth: 0,
7980
...checkBoxActive,
8081
}
8182
: { ...checkBoxInactive },

0 commit comments

Comments
 (0)