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,