From 45ef8ce06e6964d6eb8187d171452375469c87a8 Mon Sep 17 00:00:00 2001 From: duckietm Date: Mon, 2 Mar 2026 13:44:01 +0100 Subject: [PATCH] :up: add some more spaceing in the chat bubble --- .../room/widgets/chat-input/ChatInputStyleSelectorView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx b/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx index 0e02eed..2a6d165 100644 --- a/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx +++ b/src/components/room/widgets/chat-input/ChatInputStyleSelectorView.tsx @@ -36,12 +36,12 @@ export const ChatInputStyleSelectorView: FC = p popoverRect={popoverRect} position={position} > - + {chatStyleIds && chatStyleIds.length > 0 && chatStyleIds.map(styleId => ( - selectStyle(styleId)}> + selectStyle(styleId)}>
-
 
+
))}