Fixed divider color
Serhii-Borodenko committed
Feb 9, 2022 at 13:43 UTC
19f58d59d78b29ad7f10ad992307795ab90411c5
1 file changed
+4
-1
lib/src/screens/exchange/widgets/exchange_card.dart
+4
-1
@@ -247,7 +247,10 @@ class ExchangeCardState extends State<ExchangeCard> {
247
),
248
],
249
)),
250
- Divider(height: 1),
250
+ Divider(height: 1,color: Theme.of(context)
251
+ .primaryTextTheme
252
+ .headline
253
+ .decorationColor),
254
Padding(
255
padding: EdgeInsets.only(top: 5),
256
child: Container(