mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix: button (#5470)
This commit is contained in:
@ -243,7 +243,7 @@ const Form = () => {
|
||||
<div className={labelClass} />
|
||||
<div className='w-[480px]'>
|
||||
<Button
|
||||
className='min-w-24 text-sm'
|
||||
className='min-w-24'
|
||||
variant='primary'
|
||||
onClick={handleSave}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user