Skip to content

Commit

Permalink
feat: 버튼 하단 간격
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Jan 8, 2025
1 parent c9a68b5 commit 6540bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/home/report/report_detail_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ReportDetailScreen extends StatelessWidget {
'멘토링 과정에서 비매너 행위 발생\n- 잘못된 정보 제공\n- 상대방에 부적절한 언행\n- 기타 양자간 분쟁 가능성이 있는 비매너 행위',
style: CogoTextStyle.body9,
),
const SizedBox(height: 30),
const SizedBox(height: 80),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Expand Down

0 comments on commit 6540bec

Please sign in to comment.