背景色优化

This commit is contained in:
fuenmao 2025-01-07 12:11:46 +08:00
parent 01b4adeac7
commit bd635a53b6
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class MeetingMainPageState extends State<MeetingMainPage> {
],
)
: Container(
color: ColorUtil.Color_0_0_0_0,
color: ColorUtil.Color_57_57_57,
/*child: Text('加载反馈:是否成功加入会议室${state.isJoinSuccess.value}-会议室对象${state.rctEngine.value}-成员列表${state.users.value.length}-全员观看ID${state.remoteUid.value}'),*/
)),