Icons.list_rounded looks bad on Windows.

https://github.com/rustdesk/rustdesk/issues/3885#issuecomment-1493356168
This commit is contained in:
rustdesk
2023-04-03 00:24:39 +08:00
parent 156ee78ebb
commit 8b1fb742b4
2 changed files with 3 additions and 3 deletions

View File

@@ -261,7 +261,7 @@ class _PeerTabPageState extends State<PeerTabPage>
},
child: Icon(
peerCardUiType.value == PeerUiType.grid
? Icons.list_rounded
? Icons.list
: Icons.grid_view_rounded,
size: 18,
color: textColor,