Skip to content

Commit

Permalink
Quick actions color fix (#63)
Browse files Browse the repository at this point in the history
* Updated dependencies

* Fixed console text color
  • Loading branch information
bostrot authored Nov 26, 2022
1 parent 06fe2f3 commit eb1ea10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/components/console.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class _ConsoleState extends State<Console> {
padding: const EdgeInsets.all(8.0),
child: SelectableText(
output,
style: TextStyle(color: themeData.activeColor.withOpacity(0.5)),
),
))));
}
Expand Down

0 comments on commit eb1ea10

Please # to comment.