We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db0fc4 commit 6874051Copy full SHA for 6874051
1 file changed
lib/presentation/screens/bouquet/bouquet_screen.dart
@@ -435,9 +435,7 @@ class _BouquetScreenState extends State<BouquetScreen> {
435
child: Align(
436
alignment: Alignment.topCenter,
437
child: Padding(
438
- padding: EdgeInsets.only(
439
- top: MediaQuery.of(context).size.height * 0.08,
440
- ),
+ padding: const EdgeInsets.only(top: 60),
441
child: EmptyState(
442
icon: Icons.mail_outline,
443
title: AppStrings.noLettersYet(locale),
0 commit comments