mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +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(
|
TokenOptionsButton(
|
||||||
onPressed: () {},
|
onPressed: () {},
|
||||||
subLabel: "Receive",
|
subLabel: "Send",
|
||||||
iconAssetSVG: Assets.svg.send(context),
|
iconAssetSVG: Assets.svg.send(context),
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
|
|
Loading…
Reference in a new issue