Skip to content

Commit 0178dbc

Browse files
committed
fix lint
1 parent 888f789 commit 0178dbc

File tree

2 files changed

+2
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components

2 files changed

+2
-2
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/credential-sets/credential-sets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ export function CredentialSets() {
629629
onDragLeave={handleDragLeave}
630630
onDrop={handleDrop}
631631
className={cn(
632-
'relative flex min-h-9 flex-1 flex-wrap items-center gap-x-[8px] gap-y-[4px] rounded-[4px] border border-[var(--border-1)] bg-[var(--surface-4)] px-[6px] py-[4px] focus-within:outline-none transition-colors',
632+
'relative flex min-h-9 flex-1 flex-wrap items-center gap-x-[8px] gap-y-[4px] rounded-[4px] border border-[var(--border-1)] bg-[var(--surface-4)] px-[6px] py-[4px] transition-colors focus-within:outline-none',
633633
isDragging && 'border-[var(--border)] border-dashed bg-[var(--surface-5)]'
634634
)}
635635
>

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workspace-header/components/invite-modal/invite-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ export function InviteModal({ open, onOpenChange, workspaceName }: InviteModalPr
836836
onDragLeave={handleDragLeave}
837837
onDrop={handleDrop}
838838
className={cn(
839-
'relative scrollbar-hide flex max-h-32 min-h-9 flex-wrap items-center gap-x-[8px] gap-y-[4px] overflow-y-auto rounded-[4px] border border-[var(--border-1)] bg-[var(--surface-4)] px-[6px] py-[4px] focus-within:outline-none transition-colors',
839+
'scrollbar-hide relative flex max-h-32 min-h-9 flex-wrap items-center gap-x-[8px] gap-y-[4px] overflow-y-auto rounded-[4px] border border-[var(--border-1)] bg-[var(--surface-4)] px-[6px] py-[4px] transition-colors focus-within:outline-none',
840840
isDragging && 'border-[var(--border)] border-dashed bg-[var(--surface-5)]'
841841
)}
842842
>

0 commit comments

Comments
 (0)