Skip to content

Commit

Permalink
add new image for gas back ui through
Browse files Browse the repository at this point in the history
  • Loading branch information
Sednaoui committed May 29, 2023
1 parent dba668a commit 58ef1b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Binary file added assets/images/zerofee_pass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions lib/screens/home/components/transaction/gas_back_sheet.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:animated_emoji/animated_emoji.dart';
import 'package:candide_mobile_app/config/theme.dart';
import 'package:flutter/material.dart';

Expand All @@ -12,15 +11,13 @@ class GasBackSheet extends StatelessWidget {
child: Column(
children: [
const SizedBox(height: 20,),
const AnimatedEmoji(
AnimatedEmojis.partyingFace,
size: 85,
),
Text("You got a Reward!", style: TextStyle(fontFamily: AppThemes.fonts.gilroyBold, fontSize: 25),),
const SizedBox(height: 20,),
Image.asset("assets/images/zerofee_pass.png" , height: 300),
const SizedBox(height: 10,),
Text("Congratulations!", style: TextStyle(fontFamily: AppThemes.fonts.gilroyBold, fontSize: 22),),
const SizedBox(height: 5,),
const Text(
"You're quite the explorer!\nYou just earned a special gift, a FREE transaction.\nEnjoy fee-free transactions and keep exploring!",
"Your sense of exploration unlocked a valuable ZeroFee Pass, granting you a feeless transaction. Enjoy the freedom to transact without worrying about gas fees!",
textAlign: TextAlign.center,
style: TextStyle(color: Colors.grey),
),
Expand Down

0 comments on commit 58ef1b4

Please sign in to comment.