mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-21 14:48:53 +00:00
fix header color
This commit is contained in:
parent
a0e98e6d90
commit
e579839596
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