diff --git a/app/index.tsx b/app/index.tsx index bed4639..6062e36 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -138,6 +138,7 @@ const IndexScreen: React.FC = () => { title={i18n.t("select_number_of_players")} iconName={"people"} orientation="row" + contentStyle={{ justifyContent: "center", gap: 30 }} > {
+