mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
less spacing between dialog title and message
This commit is contained in:
parent
4f87c4d943
commit
72c045a8fc
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ class _FusionDialogViewState extends ConsumerState<FusionDialogView> {
|
|||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const SizedBox(height: 20),
|
||||
Text(
|
||||
"Do you really want to cancel the fusion process?",
|
||||
style: STextStyles.smallMed14(context),
|
||||
|
|
Loading…
Reference in a new issue