mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-26 20:46:21 +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,
|
||||
fontFamily: 'Lato',
|
||||
fontWeight: FontWeight.w400,
|
||||
color: Theme.of(context).extension<BalancePageTheme>()!.labelTextColor
|
||||
color: Theme.of(context).extension<BalancePageTheme>()!.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<BalancePageTheme>()!.labelTextColor),
|
||||
)
|
||||
],
|
||||
),SizedBox(
|
||||
|
|
Loading…
Reference in a new issue