File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.invite Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments