fix: bottom navigation bar overlay sheet info (#22610)

This commit is contained in:
Alex 2025-10-03 08:47:48 -05:00 committed by GitHub
parent 212649edf9
commit d59f8e68be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -186,6 +186,7 @@ class _AssetDetailBottomSheet extends ConsumerWidget {
color: context.textTheme.bodyMedium?.color?.withAlpha(155),
),
),
const SizedBox(height: 64),
],
);
}