mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
Merge pull request #268 from cake-tech/CW-47-Fix-UI-on-the-exchage-screen
Fixed divider color
This commit is contained in:
commit
9629ddde2a
1 changed files with 4 additions and 1 deletions
|
@ -247,7 +247,10 @@ class ExchangeCardState extends State<ExchangeCard> {
|
|||
),
|
||||
],
|
||||
)),
|
||||
Divider(height: 1),
|
||||
Divider(height: 1,color: Theme.of(context)
|
||||
.primaryTextTheme
|
||||
.headline
|
||||
.decorationColor),
|
||||
Padding(
|
||||
padding: EdgeInsets.only(top: 5),
|
||||
child: Container(
|
||||
|
|
Loading…
Reference in a new issue