MM-13364 Fix text too light on dark themes in TextSetting widget (#2432)
This commit is contained in:
parent
0cd492effb
commit
6ade1a94b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue