worse styling

This commit is contained in:
EthanShoeDev
2025-09-15 02:20:48 -04:00
parent 8d325db847
commit 66f72376b8
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { queryClient } from '../lib/utils';
export default function RootLayout() { export default function RootLayout() {
return ( return (
<QueryClientProvider client={queryClient}> <QueryClientProvider client={queryClient}>
<NativeTabs> <NativeTabs backgroundColor="red">
<NativeTabs.Trigger name="index"> <NativeTabs.Trigger name="index">
<Label>Host</Label> <Label>Host</Label>
<Icon sf="house.fill" drawable="custom_android_drawable" /> <Icon sf="house.fill" drawable="custom_android_drawable" />

View File

@@ -109,11 +109,11 @@ export default function Index() {
contentContainerStyle={styles.scrollContent} contentContainerStyle={styles.scrollContent}
keyboardShouldPersistTaps="handled" keyboardShouldPersistTaps="handled"
> >
<SafeAreaView style={styles.container}> <View style={styles.container}>
<View style={styles.header}> <SafeAreaView style={styles.header}>
<Text style={styles.appName}>fressh</Text> <Text style={styles.appName}>fressh</Text>
<Text style={styles.appTagline}>A fast, friendly SSH client</Text> <Text style={styles.appTagline}>A fast, friendly SSH client</Text>
</View> </SafeAreaView>
<View style={styles.card}> <View style={styles.card}>
<Text style={styles.title}>Connect to SSH Server</Text> <Text style={styles.title}>Connect to SSH Server</Text>
<Text style={styles.subtitle}>Enter your server credentials</Text> <Text style={styles.subtitle}>Enter your server credentials</Text>
@@ -218,7 +218,7 @@ export default function Index() {
} }
}} }}
/> />
</SafeAreaView> </View>
</ScrollView> </ScrollView>
); );
} }

View File

@@ -34,6 +34,7 @@ https://github.com/betomoedano/snapai
- https://github.com/Shopify/restyle - https://github.com/Shopify/restyle
- https://docs.expo.dev/versions/latest/sdk/segmented-control/ - https://docs.expo.dev/versions/latest/sdk/segmented-control/
- https://docs.expo.dev/versions/latest/sdk/ui/ - https://docs.expo.dev/versions/latest/sdk/ui/
- https://github.com/nativewind/react-native-css
#### SSH Conn #### SSH Conn