chore: btn text

This commit is contained in:
Joel 2025-08-22 18:10:53 +08:00
parent baa77d3cda
commit 5392401e60
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ const PrePopulate: FC<Props> = ({
return (
<div>
{main}
<div className={cn('flex items-center space-x-1 text-text-tertiary')} onClick={() => onIsVariableChange?.(!isVariable)}>
<div className={cn('inline-flex h-6 cursor-pointer items-center space-x-1 rounded-md pl-1.5 pr-2 text-text-tertiary hover:bg-components-button-ghost-bg-hover')} onClick={() => onIsVariableChange?.(!isVariable)}>
<Variable02 className='size-3.5' />
<div className='system-xs-medium'>{t(`${i18nPrefix}.useVarInstead`)}</div>
</div>