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 a28ea14 commit c2fb13aCopy full SHA for c2fb13a
lib/presentation/screens/bouquet/bouquet_screen.dart
@@ -434,8 +434,8 @@ class _BouquetScreenState extends State<BouquetScreen> {
434
hasScrollBody: false,
435
child: Align(
436
alignment: Alignment.topCenter,
437
- child: Padding(
438
- padding: const EdgeInsets.only(top: 20),
+ child: Transform.translate(
+ offset: const Offset(0, -60),
439
child: EmptyState(
440
icon: Icons.mail_outline,
441
title: AppStrings.noLettersYet(locale),
0 commit comments