Skip to content

Commit aed0766

Browse files
committed
styling
1 parent 4f09d07 commit aed0766

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ export function AccessControl() {
688688
)}
689689
</div>
690690

691-
<div className='flex items-center justify-between rounded-[8px] border border-[var(--border)] px-[12px] py-[10px]'>
691+
<div className='flex items-center justify-between'>
692692
<div className='flex flex-col gap-[2px]'>
693693
<span className='font-medium text-[13px] text-[var(--text-primary)]'>
694694
Auto-add new members
@@ -705,7 +705,7 @@ export function AccessControl() {
705705
</div>
706706

707707
<div className='min-h-0 flex-1 overflow-y-auto'>
708-
<div className='flex flex-col gap-[16px]'>
708+
<div className='flex flex-col gap-[8px]'>
709709
<div className='flex items-center justify-between'>
710710
<span className='font-medium text-[13px] text-[var(--text-secondary)]'>
711711
Members

0 commit comments

Comments
 (0)