mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
clean up unneeded label
This commit is contained in:
parent
a344366648
commit
35dc0e06c2
1 changed files with 1 additions and 8 deletions
|
@ -320,14 +320,7 @@ class _ExchangeCurrencySelectionViewState
|
|||
),
|
||||
),
|
||||
const SizedBox(
|
||||
height: 10,
|
||||
),
|
||||
Text(
|
||||
"Popular coins",
|
||||
style: STextStyles.smallMed12(context),
|
||||
),
|
||||
const SizedBox(
|
||||
height: 12,
|
||||
height: 20,
|
||||
),
|
||||
Flexible(
|
||||
child: Builder(
|
||||
|
|
Loading…
Reference in a new issue