mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 04:44:43 +00:00
Merge pull request #694 from cake-tech/CW-222-Address-book-incorrect-header-color
CW-222 fix header color
This commit is contained in:
commit
fa655fcea8
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ class CollapsibleSectionList extends SectionStandardList {
|
||||||
child: ListTileTheme(
|
child: ListTileTheme(
|
||||||
contentPadding: EdgeInsets.only(right: 16,top:sectionIndex>0?26:0),
|
contentPadding: EdgeInsets.only(right: 16,top:sectionIndex>0?26:0),
|
||||||
child: ExpansionTile(
|
child: ExpansionTile(
|
||||||
|
textColor: themeColor,
|
||||||
|
iconColor: themeColor,
|
||||||
title: sectionTitleBuilder == null
|
title: sectionTitleBuilder == null
|
||||||
? Container()
|
? Container()
|
||||||
: Container(child: buildTitle(items, sectionIndex, context)),
|
: Container(child: buildTitle(items, sectionIndex, context)),
|
||||||
|
|
Loading…
Reference in a new issue