diff --git a/lib/routes/dev/developers_view.dart b/lib/routes/dev/developers_view.dart index 518122b8..91febb07 100644 --- a/lib/routes/dev/developers_view.dart +++ b/lib/routes/dev/developers_view.dart @@ -114,12 +114,9 @@ class _DevelopersViewState extends State { ], ), // TODO: Liquid - Remove Absorb Pointer once execute_command API is implemented - body: Container( - color: const Color(0xFF696969), - child: AbsorbPointer( - absorbing: true, - child: CommandLineInterface(scaffoldKey: scaffoldKey), - ), + body: AbsorbPointer( + absorbing: true, + child: CommandLineInterface(scaffoldKey: scaffoldKey), ), ); }