File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/frontend/src/components/content/streaming Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 } } >
You can’t perform that action at this time.
0 commit comments