opt mobile chat page style

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-05-29 09:44:38 +08:00
parent 7739946177
commit 3ec13714c9
2 changed files with 22 additions and 24 deletions

View File

@@ -71,13 +71,19 @@ class DraggableChatWindow extends StatelessWidget {
onPressed: () {
chatModel.hideChatWindowOverlay();
},
icon: const Icon(Icons.keyboard_arrow_down)),
icon: const Icon(
Icons.keyboard_arrow_down,
color: Colors.white,
)),
IconButton(
onPressed: () {
chatModel.hideChatWindowOverlay();
chatModel.hideChatIconOverlay();
},
icon: const Icon(Icons.close))
icon: const Icon(
Icons.close,
color: Colors.white,
))
],
)
],