MM-13364 Fix text too light on dark themes in TextSetting widget (#2432)

This commit is contained in:
Elias Nahum 2018-12-07 12:24:21 -03:00
parent 0cd492effb
commit 6ade1a94b8
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -185,7 +185,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
borderBottomWidth: 1,
borderTopColor: changeOpacity(theme.centerChannelColor, 0.1),
borderBottomColor: changeOpacity(theme.centerChannelColor, 0.1),
backgroundColor: '#fff',
backgroundColor: theme.centerChannelBg,
},
input: {
...input,