mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04: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(
|
||||
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)),
|
||||
|
|
Loading…
Reference in a new issue