diff --git a/lib/screens/myWallets/unlocking_wallet.dart b/lib/screens/myWallets/unlocking_wallet.dart index 6f2b2ce..8436368 100644 --- a/lib/screens/myWallets/unlocking_wallet.dart +++ b/lib/screens/myWallets/unlocking_wallet.dart @@ -100,8 +100,7 @@ class UnlockingWallet extends StatelessWidget { style: const TextStyle( fontSize: 25, color: Colors.black, - fontWeight: FontWeight.w700 - ), + fontWeight: FontWeight.w700), )), ]), SizedBox(height: 30 * ratio), @@ -112,8 +111,7 @@ class UnlockingWallet extends StatelessWidget { style: const TextStyle( fontSize: 19, color: Colors.black, - fontWeight: FontWeight.w400 - ), + fontWeight: FontWeight.w400), )), SizedBox(height: 30 * ratio), if (!myWalletProvider.isPinValid && diff --git a/lib/styles.dart b/lib/styles.dart index 75ba925..649b06c 100644 --- a/lib/styles.dart +++ b/lib/styles.dart @@ -5,7 +5,6 @@ import 'package:flutter/material.dart'; // --- THIS IS WIP --- class GeckoStyles { - TextStyle successBold(List pars) { return TextStyle( color: Colors.green.shade600, @@ -14,9 +13,7 @@ class GeckoStyles { } TextStyle success() { - return TextStyle( - color: Colors.green.shade600 - ); + return TextStyle(color: Colors.green.shade600); } TextStyle error500(List pars) {