fix(chat): define missing suggestionChipStyle constant
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user