From 4811eb9ebe1d2fdc2b92fb2c5ad0dadf598d940e Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Mon, 28 Jul 2025 13:34:24 +0200 Subject: [PATCH] Rearrange credential edit interface for mobile app (#883) --- .../app/(tabs)/credentials/add-edit.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/apps/mobile-app/app/(tabs)/credentials/add-edit.tsx b/apps/mobile-app/app/(tabs)/credentials/add-edit.tsx index a3fa871e6..0dab6e116 100644 --- a/apps/mobile-app/app/(tabs)/credentials/add-edit.tsx +++ b/apps/mobile-app/app/(tabs)/credentials/add-edit.tsx @@ -451,7 +451,6 @@ export default function AddEditCredentialScreen() : React.ReactNode { borderRadius: 8, flexDirection: 'row', marginBottom: 8, - marginTop: 16, paddingHorizontal: 12, paddingVertical: 8, }, @@ -633,6 +632,11 @@ export default function AddEditCredentialScreen() : React.ReactNode { {t('credentials.loginCredentials')} + - - - {t('credentials.generateRandomAlias')} - - {t('credentials.alias')} + + + {t('credentials.generateRandomAlias')} +