Skip to content

Commit 65e2a6b

Browse files
committed
chore: update flow row icon, collab row padding
1 parent f80e30b commit 65e2a6b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/frontend/src/components/EditorSettings/FlowShare/AddNewCollaborator.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,10 @@ const AddNewCollaborator = ({
116116
{role === 'editor' && <SharedConnections />}
117117

118118
<Button
119-
variant={role === 'owner' ? 'solid' : 'outline'}
120-
colorScheme="red"
121119
type="submit"
122120
isLoading={isAdding}
123121
isDisabled={!isValid}
122+
alignSelf="flex-end"
124123
>
125124
Add collaborator
126125
</Button>

packages/frontend/src/components/EditorSettings/FlowShare/CollaboratorListRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const CollaboratorListRow = ({
6161
}
6262

6363
return (
64-
<Flex alignItems="center" w="100%" py={1} px={4}>
64+
<Flex alignItems="center" w="100%" py={1}>
6565
<Text flex={1}>
6666
{collaborator.email}{' '}
6767
{isSelf && (

0 commit comments

Comments
 (0)