border pour themedVeiw

This commit is contained in:
trochas
2025-11-06 18:58:49 +01:00
parent 73eb7b416a
commit a2f510db35
2 changed files with 18 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ export default function BonjourScreen() {
return null;
}
return(
<ThemedView lvl={2} style={styles.card}>
<ThemedView lvl={2} border={5} style={styles.card}>
<Image source={{ uri: item.Image }} style={styles.image} />
<ThemedView lvl={2} style={styles.info}>
<ThemedText style={styles.group}>{item.group}</ThemedText>