From 169e4629d53cec763828c429d79985e93111b764 Mon Sep 17 00:00:00 2001 From: Rafael Saes Date: Fri, 7 Jul 2023 12:59:35 -0300 Subject: [PATCH] fix: conflict error --- lib/src/screens/dashboard/widgets/balance_page.dart | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/src/screens/dashboard/widgets/balance_page.dart b/lib/src/screens/dashboard/widgets/balance_page.dart index 2f1a0b516..c02e80344 100644 --- a/lib/src/screens/dashboard/widgets/balance_page.dart +++ b/lib/src/screens/dashboard/widgets/balance_page.dart @@ -118,16 +118,13 @@ class BalancePage extends StatelessWidget { fontSize: 12, fontFamily: 'Lato', fontWeight: FontWeight.w400, - color: Theme.of(context).extension()!.labelTextColor + color: Theme.of(context).extension()!.labelTextColor, height: 1)), Padding( padding: const EdgeInsets.symmetric(horizontal: 4), child: Icon(Icons.help_outline, size: 16, - color: Theme.of(context) - .accentTextTheme! - .displaySmall! - .backgroundColor!), + color: Theme.of(context).extension()!.labelTextColor), ) ], ),SizedBox(