MM-19696 Added font color for GlobalStyle Input (#3536)

Added the default color #3d3c40 for the GlobalStyle Input that the Server select and Login screen used for style.
This commit is contained in:
CJ
2019-11-15 04:25:25 -05:00
committed by Saturnino Abril
parent 6610a51a3d
commit 7f031d9b55
2 changed files with 3 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ exports[`ForgotPassword should match snapshot 1`] = `
"borderColor": "gainsboro",
"borderRadius": 3,
"borderWidth": 1,
"color": "#3d3c40",
"fontSize": 16,
"height": 45,
"marginBottom": 5,
@@ -262,6 +263,7 @@ exports[`ForgotPassword snapshot for error on failure of email regex 1`] = `
"borderColor": "gainsboro",
"borderRadius": 3,
"borderWidth": 1,
"color": "#3d3c40",
"fontSize": 16,
"height": 45,
"marginBottom": 5,

View File

@@ -110,5 +110,6 @@ export const GlobalStyles = StyleSheet.create({
paddingLeft: 10,
alignSelf: 'stretch',
borderRadius: 3,
color: '#3d3c40',
},
});