File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ const ChatHistoryTreeNode = React.memo(function ChatHistoryTreeNode({
353353 </ Tooltip >
354354 ) }
355355 { chat ?. starred && (
356- < StarFilled style = { { color : '#faad14' , fontSize : '12px' , marginRight : '4px' } } />
356+ < StarFilled style = { { color : '#faad14' , fontSize : '12px' } } />
357357 ) }
358358 < div className = "tree-node-title" >
359359 { isInlineEditing ? (
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ const FavoriteTreeNode = React.memo(function FavoriteTreeNode({
301301 < div className = "tree-node-content" >
302302 < div className = "tree-node-icon" > { getIcon ( ) } </ div >
303303 { item ?. starred && (
304- < StarFilled style = { { color : '#faad14' , fontSize : '12px' , marginRight : '4px' } } />
304+ < StarFilled style = { { color : '#faad14' , fontSize : '12px' } } />
305305 ) }
306306 < div className = "tree-node-title" >
307307 { isInlineEditing ? (
You can’t perform that action at this time.
0 commit comments