From 4285f92136372967467dfebca4f7d350d5c26dc8 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Fri, 10 Apr 2026 14:24:06 +0200 Subject: [PATCH] Refine text opacity in keywords hint and remove redundant background color in message header component. --- web/components/messaging/send-message-button.tsx | 2 +- web/pages/messages/[channelId].tsx | 2 +- web/styles/globals.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/components/messaging/send-message-button.tsx b/web/components/messaging/send-message-button.tsx index ea9944f9..96d5acb7 100644 --- a/web/components/messaging/send-message-button.tsx +++ b/web/components/messaging/send-message-button.tsx @@ -196,7 +196,7 @@ export const SendMessageButton = (props: { <> {!!profile.keywords?.length && (
-

+

{t( 'send_message.keywords_hint', `Insert some of {name} topics in your message`, diff --git a/web/pages/messages/[channelId].tsx b/web/pages/messages/[channelId].tsx index 8a2cf6da..e8f14b12 100644 --- a/web/pages/messages/[channelId].tsx +++ b/web/pages/messages/[channelId].tsx @@ -253,7 +253,7 @@ export const PrivateChat = (props: { return ( - + {members && members.length > 0 ? (