We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6874051 commit a28ea14Copy full SHA for a28ea14
lib/presentation/screens/bouquet/bouquet_screen.dart
@@ -435,7 +435,7 @@ class _BouquetScreenState extends State<BouquetScreen> {
435
child: Align(
436
alignment: Alignment.topCenter,
437
child: Padding(
438
- padding: const EdgeInsets.only(top: 60),
+ padding: const EdgeInsets.only(top: 20),
439
child: EmptyState(
440
icon: Icons.mail_outline,
441
title: AppStrings.noLettersYet(locale),
0 commit comments