UI improvements and prepare for OSM migration

This commit is contained in:
2026-07-28 20:05:12 +02:00
parent 6ac78ea6a1
commit c6240784ff
6 changed files with 146 additions and 98 deletions
-9
View File
@@ -235,15 +235,6 @@ export function InspectionFormScreen({ route, navigation }: Props) {
<Text style={styles.tplChevron}></Text>
</TouchableOpacity>
))}
<View style={{ height: 8 }} />
<PrimaryButton
title="Inspección libre (sin plantilla)"
variant="ghost"
onPress={() => pickTemplate(null)}
/>
<View style={{ height: 8 }} />
<PrimaryButton title="Cancelar" variant="ghost" onPress={() => navigation.goBack()} />
</ScrollView>
);
}