Fixed divider color

This commit is contained in:
Serhii-Borodenko 2022-02-09 13:43:22 +02:00
parent 5902fbf36d
commit 19f58d59d7

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(