change blank password warning text style

This commit is contained in:
Akinwale Ariwodola 2019-08-15 05:31:16 +01:00
parent 319cf3abad
commit 1e72672b4b

View file

@ -178,7 +178,7 @@ const firstRunStyle = StyleSheet.create({
marginBottom: 24, marginBottom: 24,
}, },
passwordWarningText: { passwordWarningText: {
color: Colors.BrightRed, color: Colors.NextLbryGreen,
fontFamily: 'Inter-UI-Regular', fontFamily: 'Inter-UI-Regular',
fontSize: 16, fontSize: 16,
}, },