mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-04-01 11:59:06 +00:00
polish fusion progress item spacing
This commit is contained in:
parent
1004b24036
commit
5eae1f1a06
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class _ProgressItem extends StatelessWidget {
|
|||
child: _getIconForState(state.status, context),
|
||||
),
|
||||
title: label,
|
||||
subTitle: state.info != null
|
||||
subTitle: state.info != null && state.info!.isNotEmpty
|
||||
? Text(
|
||||
state.info!,
|
||||
style: STextStyles.w500_12(context).copyWith(
|
||||
|
|
Loading…
Reference in a new issue