Skip to content

Commit

Permalink
fix: profileSetting
Browse files Browse the repository at this point in the history
간격 조정
#70
  • Loading branch information
11t518s committed Mar 30, 2022
1 parent ddd1b15 commit ff85ca9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ import 'react-native-gesture-handler';
import RootNav from './navigation/Main/RootNav';
import OnBoardingStack from './navigation/OnBoarding/StackNavigationOfOnBoarding';
import { BottomSheetModalProvider } from '@gorhom/bottom-sheet';
import { getAccessToken, getRefreshToken, isLoggedIn } from 'react-native-axios-jwt';
import { getAccessToken, isLoggedIn } from 'react-native-axios-jwt';
import { QueryClient, QueryClientProvider } from 'react-query';
import CheckListStore from './Context/CheckListByServer';
import AsyncStorage from '@react-native-async-storage/async-storage';
import KakaoLoginBtn from './components/Login/KakaoLoginBtn';
import axios from 'axios';

const queryClient = new QueryClient();
Expand Down
2 changes: 2 additions & 0 deletions components/ProfileSetting/ProfileSettingComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ function ProfileSettingComponent() {
{/* </DefaultText>*/}
{/* <Image source={require('../../assets/images/common/rightArrow.png')} />*/}
{/*</Pressable>*/}
<View style={styles.horizontalLine} />

<View style={styles.profileSettingBottomElements}>
<Pressable style={styles.profileSettingEachElementWrapper}>
<DefaultText style={styles.profileSettingEachElementText}>
Expand Down
2 changes: 1 addition & 1 deletion components/ProfileSetting/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const styles = StyleSheet.create({
fontSize: 18,
},
profileSettingBottomElements: {
marginTop: 30,
marginTop: 15,
marginBottom: 30,
},
redText: {
Expand Down

0 comments on commit ff85ca9

Please sign in to comment.