mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix: window backgroud color (#8155)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user