fix(settings): tidy spacing, uniform Android row heights & toggle layout

This commit is contained in:
Gauvain
2026-07-15 18:49:20 +02:00
parent 2e79815d78
commit bee8323110
20 changed files with 128 additions and 67 deletions

View File

@@ -125,7 +125,7 @@ export const StorageSettings = () => {
</View>
</View>
{!Platform.isTV && (
<ListGroup>
<ListGroup className={Platform.OS === "android" ? "mt-4" : undefined}>
<ListItem
textColor='red'
onPress={onDeleteClicked}