From 0fdb47c310346e15c1293e8cfe3a5849fd2cec82 Mon Sep 17 00:00:00 2001 From: mawkone Date: Fri, 12 Jun 2026 10:57:23 -0700 Subject: [PATCH] fix(chat): define missing suggestionChipStyle constant --- vibn-frontend/components/vibn-chat/chat-panel.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/vibn-frontend/components/vibn-chat/chat-panel.tsx b/vibn-frontend/components/vibn-chat/chat-panel.tsx index 1468c005..5a14203f 100644 --- a/vibn-frontend/components/vibn-chat/chat-panel.tsx +++ b/vibn-frontend/components/vibn-chat/chat-panel.tsx @@ -952,6 +952,18 @@ function ProjectPreviewChatInputWrap({ ); } +const suggestionChipStyle: React.CSSProperties = { + background: "#f4f4f5", + border: "1px solid #e4e4e7", + borderRadius: 16, + padding: "4px 10px", + fontSize: "0.72rem", + color: "#52525b", + cursor: "pointer", + whiteSpace: "nowrap", + transition: "all 0.1s ease", +}; + export function ChatPanel({ structural = false, artifactSlot,