Skip to content

Commit 6ec3739

Browse files
committed
fix: example app
1 parent 6bd0533 commit 6ec3739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ export default function App() {
537537
<Text style={styles.statLabel}>Dependencies</Text>
538538
</View>
539539
<View style={styles.statCard}>
540-
<Text style={styles.statNumber}>4</Text>
540+
<Text style={styles.statNumber}>6</Text>
541541
<Text style={styles.statLabel}>Tabs</Text>
542542
</View>
543543
</View>
@@ -819,7 +819,7 @@ const styles = StyleSheet.create({
819819
flex: 1,
820820
backgroundColor: '#FFFFFF',
821821
borderRadius: 16,
822-
padding: 16,
822+
padding: 8,
823823
alignItems: 'center',
824824
shadowColor: '#000',
825825
shadowOffset: { width: 0, height: 2 },

0 commit comments

Comments
 (0)