OAuth butons layout improvement

This commit is contained in:
Igor Kulikov
2022-09-02 13:15:51 +03:00
parent f3284c536c
commit 95c634a396

View File

@@ -316,7 +316,10 @@ class _LoginPageState extends TbPageState<LoginPage> {
child: button,
));
} else {
return button;
return Padding(
padding: EdgeInsets.only(bottom: isLast ? 0 : 8),
child: button,
);
}
}