Skip to content

Commit a28ea14

Browse files
committed
fix: 친구 편지목록 엠티뷰 위치 더 위로 조정
- 60px에서 20px로 변경하여 훨씬 더 위로 이동 - 엠티뷰가 더 자연스럽게 상단에 배치됨
1 parent 6874051 commit a28ea14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/presentation/screens/bouquet/bouquet_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ class _BouquetScreenState extends State<BouquetScreen> {
435435
child: Align(
436436
alignment: Alignment.topCenter,
437437
child: Padding(
438-
padding: const EdgeInsets.only(top: 60),
438+
padding: const EdgeInsets.only(top: 20),
439439
child: EmptyState(
440440
icon: Icons.mail_outline,
441441
title: AppStrings.noLettersYet(locale),

0 commit comments

Comments
 (0)