refactor: moved down social networks icons

pull/406/head
RuiAlonso 3 years ago
parent 307c18b61d
commit ac1bec06a4

@ -115,7 +115,7 @@ class _SocialNetworksComponent extends PositionComponent with HasGameRef {
OnSocialShareTap? onShare, OnSocialShareTap? onShare,
}) : super( }) : super(
anchor: Anchor.center, anchor: Anchor.center,
position: Vector2(0, 10), position: Vector2(0, 12),
children: [ children: [
FacebookButtonComponent(onTap: onShare), FacebookButtonComponent(onTap: onShare),
TwitterButtonComponent(onTap: onShare), TwitterButtonComponent(onTap: onShare),

Loading…
Cancel
Save