From 515a0583773b3a26cd7d3bf1e9a47b17fa39a844 Mon Sep 17 00:00:00 2001 From: atlasan Date: Sun, 19 Feb 2023 19:44:57 +0100 Subject: [PATCH] format: after disabling changeChest --- lib/screens/myWallets/unlocking_wallet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/myWallets/unlocking_wallet.dart b/lib/screens/myWallets/unlocking_wallet.dart index 83b2397..194c3bf 100644 --- a/lib/screens/myWallets/unlocking_wallet.dart +++ b/lib/screens/myWallets/unlocking_wallet.dart @@ -171,7 +171,7 @@ class UnlockingWallet extends StatelessWidget { 'changeChest'.tr(), style: const TextStyle( fontSize: 22, - color:Colors.grey, // orangeC + color: Colors.grey, // orangeC fontWeight: FontWeight.w600), ), ),