Merge pull request #268 from cake-tech/CW-47-Fix-UI-on-the-exchage-screen

Fixed divider color
wownero
mkyq 2 years ago committed by GitHub
commit 9629ddde2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -247,7 +247,10 @@ class ExchangeCardState extends State<ExchangeCard> {
), ),
], ],
)), )),
Divider(height: 1), Divider(height: 1,color: Theme.of(context)
.primaryTextTheme
.headline
.decorationColor),
Padding( Padding(
padding: EdgeInsets.only(top: 5), padding: EdgeInsets.only(top: 5),
child: Container( child: Container(

Loading…
Cancel
Save