Fix floating text input color
This commit is contained in:
parent
b663ec6b38
commit
c3bad20176
1 changed files with 3 additions and 0 deletions
|
|
@ -40,6 +40,9 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
},
|
||||
input: {
|
||||
flex: 1,
|
||||
color: theme.centerChannelColor,
|
||||
fontFamily: 'OpenSans',
|
||||
fontSize: 16,
|
||||
},
|
||||
label: {
|
||||
position: 'absolute',
|
||||
|
|
|
|||
Loading…
Reference in a new issue