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

format

parent a0a3910a
Branches
Tags
1 merge request!55Master
...@@ -100,8 +100,7 @@ class UnlockingWallet extends StatelessWidget { ...@@ -100,8 +100,7 @@ class UnlockingWallet extends StatelessWidget {
style: const TextStyle( style: const TextStyle(
fontSize: 25, fontSize: 25,
color: Colors.black, color: Colors.black,
fontWeight: FontWeight.w700 fontWeight: FontWeight.w700),
),
)), )),
]), ]),
SizedBox(height: 30 * ratio), SizedBox(height: 30 * ratio),
...@@ -112,8 +111,7 @@ class UnlockingWallet extends StatelessWidget { ...@@ -112,8 +111,7 @@ class UnlockingWallet extends StatelessWidget {
style: const TextStyle( style: const TextStyle(
fontSize: 19, fontSize: 19,
color: Colors.black, color: Colors.black,
fontWeight: FontWeight.w400 fontWeight: FontWeight.w400),
),
)), )),
SizedBox(height: 30 * ratio), SizedBox(height: 30 * ratio),
if (!myWalletProvider.isPinValid && if (!myWalletProvider.isPinValid &&
......
...@@ -5,7 +5,6 @@ import 'package:flutter/material.dart'; ...@@ -5,7 +5,6 @@ import 'package:flutter/material.dart';
// --- THIS IS WIP --- // --- THIS IS WIP ---
class GeckoStyles { class GeckoStyles {
TextStyle successBold(List<String> pars) { TextStyle successBold(List<String> pars) {
return TextStyle( return TextStyle(
color: Colors.green.shade600, color: Colors.green.shade600,
...@@ -14,9 +13,7 @@ class GeckoStyles { ...@@ -14,9 +13,7 @@ class GeckoStyles {
} }
TextStyle success() { TextStyle success() {
return TextStyle( return TextStyle(color: Colors.green.shade600);
color: Colors.green.shade600
);
} }
TextStyle error500(List<String> pars) { TextStyle error500(List<String> pars) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment