Skip to content

Commit

Permalink
Small style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Apr 5, 2024
1 parent ad7597a commit 59375ad
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/(tabs)/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Tabs } from 'expo-router';
import { Platform } from 'react-native';
import { Platform, View } from 'react-native';
import { useSafeAreaInsets } from 'react-native-safe-area-context';

import Icon from '../../../assets/icons';
Expand Down
2 changes: 1 addition & 1 deletion src/app/(tabs)/settings/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default StyleSheet.create({
paddingHorizontal: 24,
},
button: {
marginBottom: 100,
marginBottom: 32,
},
main: {
paddingLeft: 12,
Expand Down
1 change: 0 additions & 1 deletion src/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function StackLayout() {
<Stack>
<Stack.Screen name="index" options={{ headerShown: false }} />
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="settings" options={{ headerShown: false }} />
<Stack.Screen name="auth" options={{ headerShown: false }} />
</Stack>
</AuthContextProvider>
Expand Down
2 changes: 1 addition & 1 deletion src/components/StyledButton/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default StyleSheet.create({
},
titleStyle: {
paddingHorizontal: 24,
paddingVertical: 10,
paddingVertical: 5,
color: 'white',
},
});

0 comments on commit 59375ad

Please sign in to comment.