mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: add space above logo (#5334)
This commit is contained in:
parent
3bead0bab9
commit
c3c99c7960
@ -30,6 +30,7 @@ class DesktopSignInScreen extends StatelessWidget {
|
|||||||
body: Center(
|
body: Center(
|
||||||
child: AuthFormContainer(
|
child: AuthFormContainer(
|
||||||
children: [
|
children: [
|
||||||
|
const VSpace(20),
|
||||||
FlowyLogoTitle(
|
FlowyLogoTitle(
|
||||||
title: LocaleKeys.welcomeText.tr(),
|
title: LocaleKeys.welcomeText.tr(),
|
||||||
logoSize: const Size(60, 60),
|
logoSize: const Size(60, 60),
|
||||||
|
Loading…
Reference in New Issue
Block a user