From ff85ca951ae7186518b7593e07fd56e9d1cf1d7b Mon Sep 17 00:00:00 2001 From: 11t518s <11t518s20161759@gmail.com> Date: Thu, 31 Mar 2022 04:42:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20profileSetting=20=EA=B0=84=EA=B2=A9=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95=20#70?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.tsx | 4 +--- components/ProfileSetting/ProfileSettingComponent.tsx | 2 ++ components/ProfileSetting/styles.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/App.tsx b/App.tsx index b272e33..8150036 100644 --- a/App.tsx +++ b/App.tsx @@ -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(); diff --git a/components/ProfileSetting/ProfileSettingComponent.tsx b/components/ProfileSetting/ProfileSettingComponent.tsx index e252c95..754e9d3 100644 --- a/components/ProfileSetting/ProfileSettingComponent.tsx +++ b/components/ProfileSetting/ProfileSettingComponent.tsx @@ -66,6 +66,8 @@ function ProfileSettingComponent() { {/* */} {/* */} {/**/} + + diff --git a/components/ProfileSetting/styles.ts b/components/ProfileSetting/styles.ts index c00571f..019f44b 100644 --- a/components/ProfileSetting/styles.ts +++ b/components/ProfileSetting/styles.ts @@ -47,7 +47,7 @@ const styles = StyleSheet.create({ fontSize: 18, }, profileSettingBottomElements: { - marginTop: 30, + marginTop: 15, marginBottom: 30, }, redText: {