mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 22:06:52 +08:00
fix: button (#5470)
This commit is contained in:
@@ -71,7 +71,7 @@ const ConfirmCommon: FC<ConfirmCommonProps> = ({
|
||||
{
|
||||
showOperateCancel && (
|
||||
<Button
|
||||
className='mr-2 min-w-24 text-sm font-medium !text-gray-700'
|
||||
className='mr-2'
|
||||
onClick={onCancel}
|
||||
>
|
||||
{t('common.operation.cancel')}
|
||||
|
||||
Reference in New Issue
Block a user