Skip to content

Commit b800f12

Browse files
committed
Updates the invite team member page
1 parent c23ae25 commit b800f12

File tree

1 file changed

+2
-2
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.invite

1 file changed

+2
-2
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.invite/route.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default function Page() {
143143
const emailFields = useFieldList(form.ref, emails);
144144

145145
return (
146-
<MainCenteredContainer>
146+
<MainCenteredContainer className="max-w-[26rem] rounded-lg border border-grid-bright bg-background-dimmed p-5 shadow-lg">
147147
<div>
148148
<FormTitle
149149
LeadingIcon={<UserPlusIcon className="size-6 text-indigo-500" />}
@@ -203,7 +203,7 @@ export default function Page() {
203203
</Button>
204204
}
205205
cancelButton={
206-
<LinkButton to={organizationTeamPath(organization)} variant={"tertiary/small"}>
206+
<LinkButton to={organizationTeamPath(organization)} variant={"secondary/small"}>
207207
Cancel
208208
</LinkButton>
209209
}

0 commit comments

Comments
 (0)