Skip to content

Commit 78bdf31

Browse files
streaming process UI
1 parent c00198c commit 78bdf31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/frontend/src/components/content/streaming/StreamingBufferMessage.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const renderBufferMessage = (streamingMessageBuffer: string) => {
5656
<Button
5757
appearance="secondary"
5858
size="small"
59-
icon={isExpanded ? <ChevronDownRegular /> : <ChevronRightRegular />}
59+
// icon={isExpanded ? <ChevronDownRegular /> : <ChevronRightRegular />}
6060
onClick={() => setIsExpanded(!isExpanded)}
6161
style={{
6262
backgroundColor: 'var(--colorNeutralBackground3)',
@@ -95,9 +95,9 @@ const renderBufferMessage = (streamingMessageBuffer: string) => {
9595

9696
{isExpanded && (
9797
<div style={{
98-
backgroundColor: 'var(--colorNeutralBackground1)',
99-
border: '1px solid var(--colorNeutralStroke1)',
100-
borderRadius: '6px',
98+
// backgroundColor: 'var(--colorNeutralBackground1)',
99+
// border: '1px solid var(--colorNeutralStroke1)',
100+
// borderRadius: '6px',
101101
padding: '12px',
102102
marginTop: '8px'
103103
}}>

0 commit comments

Comments
 (0)