|
|
@ -619,7 +619,7 @@ class _IMPage extends State<IMPage> implements OnChatMessage { |
|
|
|
child: Text( |
|
|
|
child: Text( |
|
|
|
"删除并清空聊天记录", |
|
|
|
"删除并清空聊天记录", |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
color: Color(0xFFFF370A), |
|
|
|
color: Color(0xFF060606), |
|
|
|
fontSize: 16.sp, |
|
|
|
fontSize: 16.sp, |
|
|
|
fontWeight: MyFontWeight.bold, |
|
|
|
fontWeight: MyFontWeight.bold, |
|
|
|
), |
|
|
|
), |
|
|
@ -668,7 +668,7 @@ class _IMPage extends State<IMPage> implements OnChatMessage { |
|
|
|
"确认", |
|
|
|
"确认", |
|
|
|
textAlign: TextAlign.center, |
|
|
|
textAlign: TextAlign.center, |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
color: Color(0xFF060606), |
|
|
|
color: Color(0xFFFF370A), |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|