mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 09:47:35 +00:00
Cw 187 fix separator color (#538)
* Revert commented color attribute for list separator * Handle theme nullability
This commit is contained in:
parent
4ff98d30a2
commit
6fbc658156
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class StandardListSeparator extends StatelessWidget {
|
||||||
color: Theme.of(context).backgroundColor,
|
color: Theme.of(context).backgroundColor,
|
||||||
child: Container(
|
child: Container(
|
||||||
height: height,
|
height: height,
|
||||||
// color: Theme.of(context).primaryTextTheme!.headline6!.backgroundColor!
|
color: Theme.of(context).primaryTextTheme.headline6?.backgroundColor
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue