app picker

This commit is contained in:
JzoNg
2024-11-14 14:11:55 +08:00
parent c723bd2c96
commit 7446244147
5 changed files with 172 additions and 53 deletions

View File

@ -40,7 +40,7 @@ const ToolTrigger = ({
</div>
)}
{value && (
<div className='grow system-sm-regular text-components-input-text-filled'>{value.tool_name}</div>
<div className='grow system-sm-medium text-components-input-text-filled'>{value.tool_name}</div>
)}
{!value && (
<div className='grow text-components-input-text-placeholder system-sm-regular'>{t('tools.toolSelector.placeholder')}</div>