mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
add trailing wallet nav bar spacing
This commit is contained in:
parent
9bfdfc01e4
commit
374d8aaef0
1 changed files with 3 additions and 0 deletions
|
@ -450,6 +450,9 @@ class _WalletNavigationBarState extends State<WalletNavigationBar> {
|
|||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(
|
||||
width: 12,
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue