소스 검색

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

Joel 1 년 전
부모
커밋
cadc6b171e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/components/app/configuration/config-prompt/simple-prompt-input.tsx

+ 1 - 1
web/app/components/app/configuration/config-prompt/simple-prompt-input.tsx

@@ -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>