Merge pull request #694 from cake-tech/CW-222-Address-book-incorrect-header-color

CW-222 fix header color
This commit is contained in:
Omar Hatem 2023-01-12 15:37:32 +02:00 committed by GitHub
commit fa655fcea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,8 @@ class CollapsibleSectionList extends SectionStandardList {
child: ListTileTheme(
contentPadding: EdgeInsets.only(right: 16,top:sectionIndex>0?26:0),
child: ExpansionTile(
textColor: themeColor,
iconColor: themeColor,
title: sectionTitleBuilder == null
? Container()
: Container(child: buildTitle(items, sectionIndex, context)),