Skip to content

Commit d14041a

Browse files
committed
some more tweaks
1 parent a280f0c commit d14041a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/src/app/team/[team_slug]/(team)/~/engine/(instance)/[engineId]/overview/components/create-backend-wallet-button.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const CreateBackendWalletButton: React.FC<
130130
</Button>
131131
<Dialog open={isOpen} onOpenChange={setIsOpen}>
132132
<DialogContent
133-
className="z-[10001] p-0"
133+
className="z-[10001] overflow-hidden p-0"
134134
dialogOverlayClassName="z-[10000]"
135135
>
136136
<Form {...form}>
@@ -142,7 +142,7 @@ export const CreateBackendWalletButton: React.FC<
142142
</DialogTitle>
143143
</DialogHeader>
144144

145-
<div className="flex flex-col gap-5">
145+
<div className="flex flex-col gap-3">
146146
{/* Wallet type */}
147147
<FormFieldSetup
148148
label="Wallet Type"

0 commit comments

Comments
 (0)