Fix floating text input color

This commit is contained in:
Elias Nahum
2022-12-25 12:42:27 +02:00
parent b663ec6b38
commit c3bad20176

View File

@@ -40,6 +40,9 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
},
input: {
flex: 1,
color: theme.centerChannelColor,
fontFamily: 'OpenSans',
fontSize: 16,
},
label: {
position: 'absolute',