We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd0533 commit 6ec3739Copy full SHA for 6ec3739
1 file changed
example/App.tsx
@@ -537,7 +537,7 @@ export default function App() {
537
<Text style={styles.statLabel}>Dependencies</Text>
538
</View>
539
<View style={styles.statCard}>
540
- <Text style={styles.statNumber}>4</Text>
+ <Text style={styles.statNumber}>6</Text>
541
<Text style={styles.statLabel}>Tabs</Text>
542
543
@@ -819,7 +819,7 @@ const styles = StyleSheet.create({
819
flex: 1,
820
backgroundColor: '#FFFFFF',
821
borderRadius: 16,
822
- padding: 16,
+ padding: 8,
823
alignItems: 'center',
824
shadowColor: '#000',
825
shadowOffset: { width: 0, height: 2 },
0 commit comments