Skip to content

Commit

Permalink
#76 연락처 신고 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
latteishorse committed Aug 3, 2022
1 parent ea82334 commit 2ca6aea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/screens/contacts/contacts.dart
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,13 @@ class DialogUI extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [
Text(
'신고 및 차단은 철회할 수 없으며 신고 회원은 더이상 회원님에게 보이지 않습니다. \n\n 신고 및 차단하시겠습니까?'),
'신고 및 차단은 철회할 수 없으며 신고 회원은 더이상 회원님에게 보이지 않습니다. \n\n 신고 및 차단하시겠습니까?',
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 12,
fontFamily: 'Dohyun',
fontWeight: FontWeight.bold,
color: Colors.red)),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Expand Down

0 comments on commit 2ca6aea

Please sign in to comment.