diff --git a/TimerPage.tsx b/TimerPage.tsx index 4b551e7..2b8d658 100644 --- a/TimerPage.tsx +++ b/TimerPage.tsx @@ -41,7 +41,7 @@ export default function TimerPage() { }, [minutes, seconds]) const left = useMemo(() => { - return Dimensions.get('screen').width * 0.5 - 85 + return Dimensions.get('screen').width * 0.5 - 60 }, []) return ( @@ -54,13 +54,11 @@ export default function TimerPage() { justifyContent: 'center', alignItems: 'center', }}> - - - {minutes}:{seconds} - - + + {minutes}:{seconds} + -