fix: window backgroud color (#8155)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-05-27 09:29:31 +08:00
committed by GitHub
parent 0442f7012b
commit 9ce62dc584
4 changed files with 9 additions and 3 deletions

View File

@@ -312,7 +312,7 @@ class _RemotePageState extends State<RemotePage> {
initialEntries: [
OverlayEntry(builder: (context) {
return Container(
color: Colors.black,
color: kColorCanvas,
child: isWebDesktop
? getBodyForDesktopWithListener(keyboard)
: SafeArea(