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(