White Icon

main
Kai Mannweiler 2023-03-06 14:58:15 +01:00
parent 5177d38b36
commit 30c798c15f
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ class EntryDetail extends StatelessWidget {
return Card( return Card(
child: entryComment != null child: entryComment != null
? ExpansionTile( ? ExpansionTile(
iconColor: color, iconColor: Colors.white,
collapsedIconColor: Colors.white,
collapsedShape: shape, collapsedShape: shape,
shape: shape, shape: shape,
leading: icon, leading: icon,