Update BottomModal.tsx

This commit is contained in:
Marcos Rodriguez Velez 2024-07-04 00:21:14 -04:00
parent e29118f782
commit 7ce2b979d5
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -72,6 +72,7 @@ const BottomModal = forwardRef<BottomModalHandle, BottomModalProps>(
FooterComponent={FooterComponent}
{...props}
blurTint="regular"
accessibilityViewIsModal
>
{children}
</TrueSheet>