mirror of
https://github.com/Iconica-Development/flutter_login_widget.git
synced 2025-05-19 13:43:44 +02:00
Update forgot_password.dart
This commit is contained in:
parent
83533b1f8d
commit
657bfa28a7
1 changed files with 0 additions and 10 deletions
|
@ -53,16 +53,6 @@ class ForgotPasswordState extends State<ForgotPassword> {
|
|||
Expanded(
|
||||
child: ListView(
|
||||
children: [
|
||||
Container(
|
||||
alignment: Alignment.topLeft,
|
||||
padding: const EdgeInsets.only(
|
||||
top: 27,
|
||||
left: 5,
|
||||
),
|
||||
child: context.login().config.appTheme.buttons.backButton(
|
||||
context: context,
|
||||
),
|
||||
),
|
||||
Padding(
|
||||
padding: const EdgeInsets.all(30.0),
|
||||
child: Text(
|
||||
|
|
Loading…
Reference in a new issue