mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
add paynym bot image background
This commit is contained in:
parent
e0dbdfc5b8
commit
95ff076d3d
4 changed files with 3 additions and 1 deletions
BIN
assets/images/unclaimed.png
Normal file
BIN
assets/images/unclaimed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 756 KiB |
|
@ -117,7 +117,7 @@ class _PaynymClaimViewState extends ConsumerState<PaynymClaimView> {
|
|||
),
|
||||
Image(
|
||||
image: AssetImage(
|
||||
Assets.png.stack,
|
||||
Assets.png.unclaimedPaynym,
|
||||
),
|
||||
width: MediaQuery.of(context).size.width / 2,
|
||||
),
|
||||
|
|
|
@ -264,6 +264,7 @@ class _PNG {
|
|||
const _PNG();
|
||||
|
||||
String get stack => "assets/images/stack.png";
|
||||
String get unclaimedPaynym => "assets/images/unclaimed.png";
|
||||
String get splash => "assets/images/splash.png";
|
||||
|
||||
String get monero => "assets/images/monero.png";
|
||||
|
|
|
@ -205,6 +205,7 @@ flutter:
|
|||
- assets/svg/circle-check.svg
|
||||
- assets/svg/clipboard.svg
|
||||
- assets/images/stack.png
|
||||
- assets/images/unclaimed.png
|
||||
- assets/images/monero.png
|
||||
- assets/images/wownero.png
|
||||
- assets/images/firo.png
|
||||
|
|
Loading…
Reference in a new issue