implement better ui

This commit is contained in:
2025-09-27 22:48:45 +03:00
parent 90683eb8c6
commit 3cacc1310c
7 changed files with 75 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ class ForgotPassword:
return ft.Container(
ft.Column(
[
ft.Text("Forgot Password?"),
ft.Text("FORGOT PASSWORD", weight=ft.FontWeight.BOLD, size=20),
self.email,
ft.Button("Recover"),
self.error,