diff --git a/src/components/common/messaging/bars/ReplyBar.tsx b/src/components/common/messaging/bars/ReplyBar.tsx index 2f0fc52e..461c5eb2 100644 --- a/src/components/common/messaging/bars/ReplyBar.tsx +++ b/src/components/common/messaging/bars/ReplyBar.tsx @@ -47,11 +47,13 @@ const Base = styled.div` } .toggle { - gap: 4px; + gap: 2px; display: flex; font-size: 12px; align-items: center; font-weight: 600; + text-transform: uppercase; + min-width: 6ch; } .username { @@ -150,7 +152,7 @@ export default observer(({ channel, replies, setReplies }: Props) => { )} {message.author_id === - "00000000000000000000000000" ? ( + "00000000000000000000000000" ? ( ) : ( { }); }}> - {" "} - {reply.mention ? "ON" : "OFF"} + + )}