diff --git a/StartPlan.tsx b/StartPlan.tsx index f42759f..165ee8e 100644 --- a/StartPlan.tsx +++ b/StartPlan.tsx @@ -4,7 +4,7 @@ import {NativeModules, TextInput, View} from 'react-native' import {FlatList} from 'react-native-gesture-handler' import {Button} from 'react-native-paper' import {getBestSet} from './best.service' -import {PADDING} from './constants' +import {MARGIN, PADDING} from './constants' import CountMany from './count-many' import {AppDataSource} from './data-source' import {getNow, setRepo, settingsRepo} from './db' @@ -166,7 +166,11 @@ export default function StartPlan() { /> )} -