mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
accurate space
This commit is contained in:
parent
c52a754076
commit
c689dcad12
1 changed files with 1 additions and 1 deletions
|
|
@ -1422,7 +1422,7 @@ const ToolRequestAcceptRejectButtons = ({ toolName }: { toolName: ToolName }) =>
|
|||
<ToolApprovalTypeSwitch size='xs' approvalType={approvalType} desc='Auto-approve' />
|
||||
</div> : null
|
||||
|
||||
return <div className="flex gap-2 items-center">
|
||||
return <div className="flex gap-2 mx-0.5 items-center">
|
||||
{approveButton}
|
||||
{cancelButton}
|
||||
{approvalToggle}
|
||||
|
|
|
|||
Loading…
Reference in a new issue