fix: conflict error

This commit is contained in:
Rafael Saes 2023-07-07 12:59:35 -03:00
parent 1ec5964d41
commit 169e4629d5

View file

@ -118,16 +118,13 @@ class BalancePage extends StatelessWidget {
fontSize: 12, fontSize: 12,
fontFamily: 'Lato', fontFamily: 'Lato',
fontWeight: FontWeight.w400, fontWeight: FontWeight.w400,
color: Theme.of(context).extension<BalancePageTheme>()!.labelTextColor color: Theme.of(context).extension<BalancePageTheme>()!.labelTextColor,
height: 1)), height: 1)),
Padding( Padding(
padding: const EdgeInsets.symmetric(horizontal: 4), padding: const EdgeInsets.symmetric(horizontal: 4),
child: Icon(Icons.help_outline, child: Icon(Icons.help_outline,
size: 16, size: 16,
color: Theme.of(context) color: Theme.of(context).extension<BalancePageTheme>()!.labelTextColor),
.accentTextTheme!
.displaySmall!
.backgroundColor!),
) )
], ],
),SizedBox( ),SizedBox(