diff --git a/src/components/TrainTypeInfoModal.tsx b/src/components/TrainTypeInfoModal.tsx index f9b476232..bffe9a8c3 100644 --- a/src/components/TrainTypeInfoModal.tsx +++ b/src/components/TrainTypeInfoModal.tsx @@ -200,6 +200,7 @@ export const TrainTypeInfoModal: React.FC = ({ diff --git a/src/screens/TrainTypeSettingsScreen.tsx b/src/screens/TrainTypeSettingsScreen.tsx index eaf7a6aa9..2a31e10a2 100644 --- a/src/screens/TrainTypeSettingsScreen.tsx +++ b/src/screens/TrainTypeSettingsScreen.tsx @@ -17,7 +17,7 @@ import stationState from '../store/atoms/station' import { translate } from '../translation' const styles = StyleSheet.create({ - root: { flex: 1, paddingHorizontal: 48, paddingTop: 12 }, + root: { flex: 1, paddingHorizontal: 48, paddingVertical: 12 }, listContainer: { flex: 1, width: '65%', alignSelf: 'center' }, })