chore: Update to flutter 3.3.0
This commit is contained in:
parent
4490c598ff
commit
977b0c19c6
6 changed files with 4 additions and 6 deletions
|
|
@ -130,7 +130,7 @@ class LoginView extends StatelessWidget {
|
|||
child: ElevatedButton(
|
||||
onPressed:
|
||||
controller.loading ? () {} : controller.passwordForgotten,
|
||||
style: ElevatedButton.styleFrom(onPrimary: Colors.red),
|
||||
style: ElevatedButton.styleFrom(foregroundColor: Colors.red),
|
||||
child: Text(L10n.of(context)!.passwordForgotten),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue