Merge pull request #20 from lbryio/blank-password-warning

change blank password warning text style
This commit is contained in:
Akinwale Ariwodola 2019-08-15 05:32:41 +01:00 committed by GitHub
commit acf0095be9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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