mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
button label fix
This commit is contained in:
parent
b0d37804fa
commit
1f4ba55828
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class TokenWalletOptions extends StatelessWidget {
|
|||
),
|
||||
TokenOptionsButton(
|
||||
onPressed: () {},
|
||||
subLabel: "Receive",
|
||||
subLabel: "Send",
|
||||
iconAssetSVG: Assets.svg.send(context),
|
||||
),
|
||||
const SizedBox(
|
||||
|
|
Loading…
Reference in a new issue