mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +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(
|
||||
flex: 1,
|
||||
),
|
||||
Image(
|
||||
image: AssetImage(
|
||||
Assets.svg.unclaimedPaynym,
|
||||
),
|
||||
SvgPicture.asset(
|
||||
Assets.svg.unclaimedPaynym,
|
||||
width: MediaQuery.of(context).size.width / 2,
|
||||
),
|
||||
const SizedBox(
|
||||
|
|
Loading…
Reference in a new issue