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

Fixed divider color
This commit is contained in:
mkyq 2022-02-10 10:58:26 +02:00 committed by GitHub
commit 9629ddde2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(