fix: bottom navigation bar overlay sheet info (#22610)
parent
212649edf9
commit
d59f8e68be
|
|
@ -186,6 +186,7 @@ class _AssetDetailBottomSheet extends ConsumerWidget {
|
||||||
color: context.textTheme.bodyMedium?.color?.withAlpha(155),
|
color: context.textTheme.bodyMedium?.color?.withAlpha(155),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
const SizedBox(height: 64),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue