From eb1ea10e4f83d48203eafdc2eee39fa2b03778dd Mon Sep 17 00:00:00 2001 From: Eric Trenkel Date: Sat, 26 Nov 2022 16:00:05 +0100 Subject: [PATCH] Quick actions color fix (#63) * Updated dependencies * Fixed console text color --- lib/components/console.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/components/console.dart b/lib/components/console.dart index 859308b..0d4ade8 100644 --- a/lib/components/console.dart +++ b/lib/components/console.dart @@ -55,7 +55,6 @@ class _ConsoleState extends State { padding: const EdgeInsets.all(8.0), child: SelectableText( output, - style: TextStyle(color: themeData.activeColor.withOpacity(0.5)), ), )))); }