From 21e64cce09fcafade4906c8b8dfa4fd650cbc476 Mon Sep 17 00:00:00 2001 From: csf Date: Tue, 12 Apr 2022 23:17:23 +0800 Subject: [PATCH] avoid setting color with alpha,otherwise button flash bug will occur --- lib/pages/remote_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {