removed login top padding

This commit is contained in:
Márton Kiss 2024-03-04 11:57:56 +01:00 committed by GitHub
parent 35d927f09e
commit 7c9b12301b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,9 +103,9 @@ class LoginScreenState extends State<LoginScreen> {
), ),
), ),
), ),
const SizedBox( // const SizedBox(
height: 50.0, // height: 50.0,
), // ),
// app icon // app icon
Padding( Padding(