diff --git a/components/ActionSheetComponents/TrainIconUpdate.tsx b/components/ActionSheetComponents/TrainIconUpdate.tsx index 6e1add3..ec951c8 100644 --- a/components/ActionSheetComponents/TrainIconUpdate.tsx +++ b/components/ActionSheetComponents/TrainIconUpdate.tsx @@ -22,7 +22,6 @@ export const TrainIconUpdate = () => { const actionSheetRef = useRef(null); const insets = useSafeAreaInsets(); const viewShot = useRef(null); - const onCapture = async () => { const url = await viewShot.current.capture(); @@ -63,21 +62,19 @@ export const TrainIconUpdate = () => { borderWidth: 1, }} > - + - - + style={{ + height: 6, + width: 45, + borderRadius: 100, + backgroundColor: "#f0f0f0", + marginVertical: 10, + alignSelf: "center", + }} + /> + + { ) : ( <> )} - - JR四国非公式アプリを更新して好きなアイコンに変更してみよう! - + + JR四国非公式アプリを更新して好きなアイコンに変更してみよう! + +