@@ -674,21 +674,21 @@ Before generating, please ask me about my design preferences first.`
674674 className = "btn btn-outline-secondary w-100 d-flex align-items-center justify-content-between"
675675 style = { {
676676 backgroundColor : 'var(--custom-onsurface-layer-3)' ,
677- border : '1px solid var(--custom-onsurface-layer-4 )' ,
677+ border : '1px solid var(--bs-border-color )' ,
678678 color : 'var(--dark/text-secondary, #d5d7e3)' ,
679679 padding : '8px 12px'
680680 } }
681681 icon = "fas fa-caret-down"
682682 useDefaultIcon = { false }
683683 >
684- < div className = "d-flex align-items-center gap-1 flex-fill text-start" >
685- < span style = { { color : 'var(--text-tertiary, #a2a3bd)' } } > Select a function to interact with...</ span >
684+ < div className = "d-flex align-items-center gap-1" style = { { flex : '1' , minWidth : 0 } } >
685+ < span style = { { color : 'var(--text-tertiary, #a2a3bd)' , overflow : 'hidden' , textOverflow : 'ellipsis' , whiteSpace : 'nowrap' } } > Select a function to interact with...</ span >
686686 </ div >
687687 </ Dropdown . Toggle >
688688 < Dropdown . Menu
689689 style = { {
690690 backgroundColor : 'var(--custom-onsurface-layer-2)' ,
691- border : '1px solid var(--custom-onsurface-layer-4 )' ,
691+ border : '1px solid var(--bs-border-color )' ,
692692 maxHeight : '240px' ,
693693 overflowY : 'auto' ,
694694 width : '100%' ,
@@ -697,7 +697,7 @@ Before generating, please ask me about my design preferences first.`
697697 >
698698 < div style = { {
699699 padding : '8px' ,
700- borderBottom : '1px solid var(--custom-onsurface-layer-4 )' ,
700+ borderBottom : '1px solid var(--bs-border-color )' ,
701701 backgroundColor : 'var(--custom-onsurface-layer-2)'
702702 } } >
703703 < input
@@ -712,7 +712,7 @@ Before generating, please ask me about my design preferences first.`
712712 onClick = { ( e ) => e . stopPropagation ( ) }
713713 style = { {
714714 backgroundColor : 'var(--custom-onsurface-layer-3)' ,
715- border : '1px solid var(--custom-onsurface-layer-4 )' ,
715+ border : '1px solid var(--bs-border-color )' ,
716716 color : 'var(--dark/text-secondary, #d5d7e3)' ,
717717 fontSize : '11px'
718718 } }
0 commit comments