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:
parent
6610a51a3d
commit
7f031d9b55
2 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -110,5 +110,6 @@ export const GlobalStyles = StyleSheet.create({
|
|||
paddingLeft: 10,
|
||||
alignSelf: 'stretch',
|
||||
borderRadius: 3,
|
||||
color: '#3d3c40',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue