Browse Source

im列表左滑删除弹窗更改

wr_202303
wurong 4 months ago
parent
commit
1b097c2878
  1. 4
      lib/im/im_view/im_page.dart

4
lib/im/im_view/im_page.dart

@ -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),
) )
) )
) )

Loading…
Cancel
Save