mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
fix: paynym unclaimed asset
This commit is contained in:
parent
b7619c3108
commit
9d76b60d00
1 changed files with 2 additions and 4 deletions
|
@ -138,10 +138,8 @@ class _PaynymClaimViewState extends ConsumerState<PaynymClaimView> {
|
||||||
const Spacer(
|
const Spacer(
|
||||||
flex: 1,
|
flex: 1,
|
||||||
),
|
),
|
||||||
Image(
|
SvgPicture.asset(
|
||||||
image: AssetImage(
|
Assets.svg.unclaimedPaynym,
|
||||||
Assets.svg.unclaimedPaynym,
|
|
||||||
),
|
|
||||||
width: MediaQuery.of(context).size.width / 2,
|
width: MediaQuery.of(context).size.width / 2,
|
||||||
),
|
),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
|
|
Loading…
Reference in a new issue