mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-21 22:58:49 +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(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 20),
|
|
||||||
Text(
|
Text(
|
||||||
"Do you really want to cancel the fusion process?",
|
"Do you really want to cancel the fusion process?",
|
||||||
style: STextStyles.smallMed14(context),
|
style: STextStyles.smallMed14(context),
|
||||||
|
|
Loading…
Reference in a new issue