clearbit logo proxy 2 + sign in page
This commit is contained in:
@@ -137,7 +137,8 @@ class _SignInPageState extends State<SignInPage> {
|
||||
style: const TextStyle(color: Colors.red),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.only(top: 8.0),
|
||||
padding: const EdgeInsets.only(
|
||||
top: 8.0, left: 8.0, right: 8.0),
|
||||
child: FilledButton(
|
||||
style: FilledButton.styleFrom(
|
||||
shape: const RoundedRectangleBorder(
|
||||
@@ -151,9 +152,9 @@ class _SignInPageState extends State<SignInPage> {
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
_isloading
|
||||
? Padding(
|
||||
? const Padding(
|
||||
padding: EdgeInsets.only(right: 8.0),
|
||||
child: const SizedBox(
|
||||
child: SizedBox(
|
||||
width: 20,
|
||||
height: 20,
|
||||
child: CircularProgressIndicator(
|
||||
|
||||
Reference in New Issue
Block a user