Skip to content

Commit 6874051

Browse files
committed
fix: 친구 편지목록 엠티뷰 위치 조정
- 화면 높이 8%에서 고정 60px로 변경하여 더 위로 이동 - '아직 편지가 없어요' 엠티뷰가 더 자연스럽게 표시됨
1 parent 5db0fc4 commit 6874051

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/presentation/screens/bouquet/bouquet_screen.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,7 @@ class _BouquetScreenState extends State<BouquetScreen> {
435435
child: Align(
436436
alignment: Alignment.topCenter,
437437
child: Padding(
438-
padding: EdgeInsets.only(
439-
top: MediaQuery.of(context).size.height * 0.08,
440-
),
438+
padding: const EdgeInsets.only(top: 60),
441439
child: EmptyState(
442440
icon: Icons.mail_outline,
443441
title: AppStrings.noLettersYet(locale),

0 commit comments

Comments
 (0)