Skip to content

Commit 591b99e

Browse files
committed
fix
1 parent 2dfaa24 commit 591b99e

File tree

1 file changed

+2
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/control-bar/components/deploy-modal/components/deployment-info

1 file changed

+2
-1
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/control-bar/components/deploy-modal/components/deployment-info/deployment-info.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ export function DeploymentInfo({
143143
</Button>
144144
)}
145145
<Button
146+
variant='outline'
146147
disabled={isUndeploying}
147-
className='h-8 bg-red-500 text-white text-xs hover:bg-red-600'
148+
className='h-8 text-xs'
148149
onClick={() => setShowUndeployModal(true)}
149150
>
150151
{isUndeploying ? <Loader2 className='mr-1.5 h-3.5 w-3.5 animate-spin' /> : null}

0 commit comments

Comments
 (0)