mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-28 21:46:02 +00:00
fix: conflict error
This commit is contained in:
parent
1ec5964d41
commit
169e4629d5
1 changed files with 2 additions and 5 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue