Tweak add edit popup button margins for iOS 26+

This commit is contained in:
Leendert de Borst
2025-11-01 08:03:28 +01:00
parent 6a3e294aae
commit 577c452c88

View File

@@ -552,14 +552,13 @@ export default function AddEditCredentialScreen() : React.ReactNode {
marginLeft: 6,
},
headerLeftButton: {
padding: 10,
paddingLeft: 0,
paddingHorizontal: 8,
},
headerLeftButtonText: {
color: colors.primary,
},
headerRightButton: {
padding: 10,
paddingHorizontal: 8,
},
headerRightButtonDisabled: {
opacity: 0.5,