Skip to content

Commit

Permalink
replace old pass with new colored pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Sednaoui committed Jul 4, 2023
1 parent 8a6041e commit acbf626
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified 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.
6 changes: 3 additions & 3 deletions lib/screens/home/components/transaction/gas_back_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class _GasBackSheetState extends State<GasBackSheet> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
const SizedBox(height: 50,),
Image.asset("assets/images/zerofee_pass.png" , height: 300),
Image.asset("assets/images/zerofee_pass.png" , height: 400),
const SizedBox(height: 25,),
const Text(
"Your sense of exploration unlocked a valuable ZeroFee Pass, granting you a feeless transaction. Enjoy the freedom to transact without worrying about gas fees!",
Expand All @@ -93,7 +93,7 @@ class _GasBackSheetState extends State<GasBackSheet> {
begin: Alignment.centerLeft,
end: Alignment.centerRight,
colors: [
Color.fromRGBO(181, 150, 77, 1),
Color.fromRGBO(47,49,147, 1),
Color.fromRGBO(232, 223, 200, 1),
],
stops: [0.4, 1]
Expand All @@ -111,7 +111,7 @@ class _GasBackSheetState extends State<GasBackSheet> {
shadowColor: Colors.transparent,
minimumSize: const Size(200, 0),
),
child: Text('Continue', style: TextStyle(fontFamily: AppThemes.fonts.gilroyBold, color: Colors.black, fontSize: 16),),
child: Text('Continue', style: TextStyle(fontFamily: AppThemes.fonts.gilroyBold, color: Colors.white, fontSize: 16),),
),
),
],
Expand Down

0 comments on commit acbf626

Please sign in to comment.