diff --git a/lib/pages/remote_page.dart b/lib/pages/remote_page.dart index aea29a67b..1d473dd11 100644 --- a/lib/pages/remote_page.dart +++ b/lib/pages/remote_page.dart @@ -209,7 +209,7 @@ class _RemotePageState extends State { mini: !hideKeyboard, child: Icon( hideKeyboard ? Icons.expand_more : Icons.expand_less), - backgroundColor: MyTheme.accent50, + backgroundColor: MyTheme.accent, onPressed: () { setState(() { if (hideKeyboard) {