Skip to content

Commit 59375ad

Browse files
committed
Small style changes
1 parent ad7597a commit 59375ad

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

src/app/(tabs)/_layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Tabs } from 'expo-router';
2-
import { Platform } from 'react-native';
2+
import { Platform, View } from 'react-native';
33
import { useSafeAreaInsets } from 'react-native-safe-area-context';
44

55
import Icon from '../../../assets/icons';

src/app/(tabs)/settings/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default StyleSheet.create({
1212
paddingHorizontal: 24,
1313
},
1414
button: {
15-
marginBottom: 100,
15+
marginBottom: 32,
1616
},
1717
main: {
1818
paddingLeft: 12,

src/app/_layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ function StackLayout() {
1212
<Stack>
1313
<Stack.Screen name="index" options={{ headerShown: false }} />
1414
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
15-
<Stack.Screen name="settings" options={{ headerShown: false }} />
1615
<Stack.Screen name="auth" options={{ headerShown: false }} />
1716
</Stack>
1817
</AuthContextProvider>

src/components/StyledButton/styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default StyleSheet.create({
1313
},
1414
titleStyle: {
1515
paddingHorizontal: 24,
16-
paddingVertical: 10,
16+
paddingVertical: 5,
1717
color: 'white',
1818
},
1919
});

0 commit comments

Comments
 (0)