mirror of https://github.com/langgenius/dify.git
chore: run text font size
This commit is contained in:
parent
85ce2e8df8
commit
e2d0ff4784
|
|
@ -129,7 +129,7 @@ const BeforeRunForm: FC<BeforeRunFormProps> = ({
|
|||
<StopCircle className='w-4 h-4 text-gray-500' />
|
||||
</div>
|
||||
)}
|
||||
<Button disabled={isRunning} type='primary' className='w-0 grow !h-8 flex items-center space-x-2' onClick={handleRun}>
|
||||
<Button disabled={isRunning} type='primary' className='w-0 grow !h-8 flex items-center space-x-2 text-[13px]' onClick={handleRun}>
|
||||
{isRunning && <Loading02 className='animate-spin w-4 h-4 text-white' />}
|
||||
<div>{t(`${i18nPrefix}.${isRunning ? 'running' : 'startRun'}`)}</div>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue