Skip to content

Commit

Permalink
refactor: 피드백 UI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
aengzu committed Sep 23, 2024
1 parent 594dd4b commit d22efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/screens/feedback/view/feedback_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class FeedbackView extends StatelessWidget {
children: [
// 고정된 높이의 스크롤 가능한 영역
SizedBox(
height: 0.7.sh, // 화면 높이의 70%
height: 0.8.sh, // 화면 높이의 70%
child: SingleChildScrollView(
padding: const EdgeInsets.all(16.0),
child: Column(
Expand Down

0 comments on commit d22efa3

Please sign in to comment.