chore: change expert mode the same line height as automatic (#2263)

This commit is contained in:
Joel 2024-01-29 11:10:19 +08:00 committed by GitHub
parent fdae2a20ae
commit cadc6b171e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,7 @@ const Prompt: FC<ISimplePromptInput> = ({
<>
<div className='mx-1 w-px h-3.5 bg-black/5'></div>
<div
className='flex items-center px-2 space-x-1 leading-[18px] text-xs font-semibold text-[#444CE7] cursor-pointer'
className='flex items-center px-2 space-x-1 text-xs font-semibold text-[#444CE7] cursor-pointer'
onClick={() => setPromptMode(PromptMode.advanced)}
>
<div>{t('appDebug.promptMode.advanced')}</div>