Skip to content

Commit bfd81fb

Browse files
authoredJul 26, 2024··
fix: email identity claim modal button sizes (#611)
1 parent 336e3d8 commit bfd81fb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed
 

‎apps/web/src/app/[orgShortcode]/_components/claim-email-identity.tsx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,18 @@ export function ClaimEmailIdentity() {
3131
You can also ask your Organization admin to assign a email to you
3232
</p>
3333
</div>
34-
<DialogFooter>
34+
<DialogFooter className="flex gap-2">
3535
<DialogClose asChild>
36-
<Button variant="secondary">Ignore for now</Button>
36+
<Button
37+
variant="secondary"
38+
className="flex-1">
39+
Ignore for now
40+
</Button>
3741
</DialogClose>
3842
<DialogClose asChild>
39-
<Button asChild>
43+
<Button
44+
asChild
45+
className="flex-1">
4046
<Link href={`/${orgShortcode}/settings/user/addresses`}>
4147
Claim Free @uninbox.me Address
4248
</Link>

0 commit comments

Comments
 (0)
Please sign in to comment.