Unverified Commit cadc6b17 authored by Joel's avatar Joel Committed by GitHub

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

parent fdae2a20
...@@ -154,7 +154,7 @@ const Prompt: FC<ISimplePromptInput> = ({ ...@@ -154,7 +154,7 @@ const Prompt: FC<ISimplePromptInput> = ({
<> <>
<div className='mx-1 w-px h-3.5 bg-black/5'></div> <div className='mx-1 w-px h-3.5 bg-black/5'></div>
<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)} onClick={() => setPromptMode(PromptMode.advanced)}
> >
<div>{t('appDebug.promptMode.advanced')}</div> <div>{t('appDebug.promptMode.advanced')}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment