We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23ae25 commit b800f12Copy full SHA for b800f12
1 file changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.invite/route.tsx
@@ -143,7 +143,7 @@ export default function Page() {
143
const emailFields = useFieldList(form.ref, emails);
144
145
return (
146
- <MainCenteredContainer>
+ <MainCenteredContainer className="max-w-[26rem] rounded-lg border border-grid-bright bg-background-dimmed p-5 shadow-lg">
147
<div>
148
<FormTitle
149
LeadingIcon={<UserPlusIcon className="size-6 text-indigo-500" />}
@@ -203,7 +203,7 @@ export default function Page() {
203
</Button>
204
}
205
cancelButton={
206
- <LinkButton to={organizationTeamPath(organization)} variant={"tertiary/small"}>
+ <LinkButton to={organizationTeamPath(organization)} variant={"secondary/small"}>
207
Cancel
208
</LinkButton>
209
0 commit comments