mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-03 22:44:49 -04:00
Tweak unlock screen button sizing to work with longer translations (#1819)
This commit is contained in:
committed by
Leendert de Borst
parent
05d438eb97
commit
2d0b99d2d8
@@ -391,15 +391,19 @@ export default function UnlockScreen() : React.ReactNode {
|
||||
alignItems: 'center',
|
||||
backgroundColor: colors.primary,
|
||||
borderRadius: 8,
|
||||
height: 50,
|
||||
justifyContent: 'center',
|
||||
marginBottom: 16,
|
||||
minHeight: 50,
|
||||
paddingVertical: 8,
|
||||
width: '100%',
|
||||
},
|
||||
buttonText: {
|
||||
color: colors.primarySurfaceText,
|
||||
fontSize: 16,
|
||||
fontWeight: '600',
|
||||
paddingHorizontal: 16,
|
||||
paddingVertical: 4,
|
||||
textAlign: 'center',
|
||||
},
|
||||
container: {
|
||||
flex: 1,
|
||||
@@ -418,14 +422,18 @@ export default function UnlockScreen() : React.ReactNode {
|
||||
},
|
||||
faceIdButton: {
|
||||
alignItems: 'center',
|
||||
height: 50,
|
||||
justifyContent: 'center',
|
||||
minHeight: 50,
|
||||
paddingVertical: 8,
|
||||
width: '100%',
|
||||
},
|
||||
faceIdButtonText: {
|
||||
color: colors.primary,
|
||||
fontSize: 16,
|
||||
fontWeight: '600',
|
||||
paddingHorizontal: 16,
|
||||
paddingVertical: 4,
|
||||
textAlign: 'center',
|
||||
},
|
||||
gradientContainer: {
|
||||
height: Dimensions.get('window').height * 0.4,
|
||||
|
||||
Reference in New Issue
Block a user