Skip to content

Commit e2f25d3

Browse files
committed
improvement(credentials): members UI
1 parent 7953022 commit e2f25d3

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/credentials

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ export function CredentialsManager() {
15371537
{activeMembers.map((member) => (
15381538
<div
15391539
key={member.id}
1540-
className='grid grid-cols-[1fr_120px_auto] items-center gap-[8px] rounded-[8px] border border-[var(--border-1)] px-[10px] py-[8px]'
1540+
className='grid grid-cols-[1fr_120px_auto] items-center gap-[8px]'
15411541
>
15421542
<div className='min-w-0'>
15431543
<p className='truncate font-medium text-[12px] text-[var(--text-primary)]'>

0 commit comments

Comments
 (0)