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

@@ -279,7 +279,7 @@ class _RemotePageState extends State<RemotePage>
return Stack(
children: [
Container(
color: Colors.black,
color: kColorCanvas,
child: RawKeyFocusScope(
focusNode: _rawKeyFocusNode,
onFocusChange: (bool imageFocused) {