OAuth butons layout improvement
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user