| | |
| | | |
| | | return ( |
| | | <div |
| | | className={`flex min-w-[320px] flex-col rounded-xl bg-background-section-burn ${className}`} |
| | | className={`flex flex-col min-w-[320px] rounded-xl bg-white border-[0.5px] border-black/5 ${className}`} |
| | | style={style} |
| | | > |
| | | <div className='flex h-10 shrink-0 items-center justify-between border-b-[0.5px] border-divider-regular px-3'> |
| | | <div className='flex h-5 w-6 items-center justify-center font-medium italic text-text-tertiary'> |
| | | <div className='shrink-0 flex items-center justify-between h-10 px-3 border-b-[0.5px] border-b-black/5'> |
| | | <div className='flex items-center justify-center w-6 h-5 font-medium italic text-gray-500'> |
| | | #{index + 1} |
| | | </div> |
| | | <ModelParameterTrigger |