From ff15dfb6a26b6469413e76d00f8b3ff3a8e6621f Mon Sep 17 00:00:00 2001 From: MiaoMint <44718819+MiaoMint@users.noreply.github.com> Date: Tue, 26 Sep 2023 19:51:34 +0800 Subject: [PATCH] fix: display error of extension info page in black theme (#81) --- lib/controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/controller.dart b/lib/controller.dart index 7a38fe98..4a7b4b24 100644 --- a/lib/controller.dart +++ b/lib/controller.dart @@ -36,7 +36,7 @@ class ApplicationController extends GetxController { onBackground: Colors.white, onSecondary: Colors.white, onSurface: Colors.white, - secondary: Colors.black, + secondary: Colors.grey, surface: Colors.black, background: Colors.black, onPrimary: Colors.black,