Skip to content
Snippets Groups Projects
Commit f5904e4f authored by atlasan's avatar atlasan
Browse files

format

parent a0a3910a
No related branches found
No related tags found
1 merge request!55Master
......@@ -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 &&
......
......@@ -5,7 +5,6 @@ import 'package:flutter/material.dart';
// --- THIS IS WIP ---
class GeckoStyles {
TextStyle successBold(List<String> 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<String> pars) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment