Changed Styles and Screen Size for Mobile Device #59

Merged
MantashaNoyela merged 5 commits from MantashaNoyela/22 into main 2025-03-18 15:11:30 -07:00
Showing only changes of commit 68a91a32ad - Show all commits

View File

@ -89,9 +89,12 @@ const IndexScreen: React.FC = () => {
return (
<PokerAppUi darkMode={lightGrayMode}>
<ScrollView
style={styles.scrollView}
contentContainerStyle={styles.scrollViewContent}
/*style={styles.scrollView}
contentContainerStyle={styles.scrollViewContent}*/
style={{ flex: 1 }}
contentContainerStyle={{ paddingHorizontal: 15, paddingBottom: 30 }}
>
{isSettingsVisible && (
<Section
title={i18n.t("appearance")}
iconName={"brightness-4"}
@ -107,6 +110,7 @@ const IndexScreen: React.FC = () => {
darkMode={lightGrayMode}
/>
</Section>
)}
{isSettingsVisible && (
<Section