fix: add space above logo (#5334)

This commit is contained in:
Sander Hoeve
2024-05-15 22:42:18 +02:00
committed by GitHub
parent 3bead0bab9
commit c3c99c7960

View File

@ -30,6 +30,7 @@ class DesktopSignInScreen extends StatelessWidget {
body: Center(
child: AuthFormContainer(
children: [
const VSpace(20),
FlowyLogoTitle(
title: LocaleKeys.welcomeText.tr(),
logoSize: const Size(60, 60),