Skip to content

Commit c16fb4a

Browse files
committed
add classname overrides to bottomsheet
1 parent fce4c60 commit c16fb4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/components/WalletAdvancedContent.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export function WalletAdvancedContent({
8383
isOpen={isSubComponentOpen}
8484
triggerRef={connectRef}
8585
onClose={handleBottomSheetClose}
86+
className={classNames?.container}
8687
>
8788
<div className="flex h-full w-full flex-col items-center justify-center">
8889
{content}

0 commit comments

Comments
 (0)