From 30c798c15f78ed62ece60a3091d6bcb8fd9e4939 Mon Sep 17 00:00:00 2001 From: "k.mannweiler" <2012491@stud.hs-mannheim.de> Date: Mon, 6 Mar 2023 14:58:15 +0100 Subject: [PATCH] White Icon --- lib/widgets/entry_detail_widget.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/widgets/entry_detail_widget.dart b/lib/widgets/entry_detail_widget.dart index c1585f7..c75d895 100644 --- a/lib/widgets/entry_detail_widget.dart +++ b/lib/widgets/entry_detail_widget.dart @@ -25,7 +25,8 @@ class EntryDetail extends StatelessWidget { return Card( child: entryComment != null ? ExpansionTile( - iconColor: color, + iconColor: Colors.white, + collapsedIconColor: Colors.white, collapsedShape: shape, shape: shape, leading: icon,