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 committed by GitHub
parent b6eb57ae57
commit 54c44c530d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,