From 07cbfe7172be623661849afe51d55c35b4d14ae7 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Fri, 7 Mar 2025 09:18:25 -0800 Subject: [PATCH] move buttons around; add optional style prop to section container --- app/index.tsx | 3 +++ components/ChipsSelector.tsx | 30 ++++++++++++++---------------- components/PlayerSelector.tsx | 22 ++++++++++------------ containers/Section.tsx | 12 ++++++++++-- 4 files changed, 37 insertions(+), 30 deletions(-) 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 }} > {
+