diff --git a/app/screens/channel_add_members/channel_add_members.js b/app/screens/channel_add_members/channel_add_members.js index 4eee8e2f4..62418ff5d 100644 --- a/app/screens/channel_add_members/channel_add_members.js +++ b/app/screens/channel_add_members/channel_add_members.js @@ -246,14 +246,14 @@ class ChannelAddMembers extends PureComponent { backgroundColor='transparent' inputHeight={33} inputStyle={{ - backgroundColor: changeOpacity(theme.sidebarHeaderTextColor, 0.2), - color: theme.sidebarHeaderTextColor, + backgroundColor: changeOpacity(theme.centerChannelColor, 0.2), + color: theme.centerChannelColor, fontSize: 13 }} - placeholderTextColor={changeOpacity(theme.sidebarHeaderTextColor, 0.5)} - tintColorSearch={changeOpacity(theme.sidebarHeaderTextColor, 0.8)} - tintColorDelete={changeOpacity(theme.sidebarHeaderTextColor, 0.5)} - titleCancelColor={theme.sidebarHeaderTextColor} + placeholderTextColor={changeOpacity(theme.centerChannelColor, 0.5)} + tintColorSearch={changeOpacity(theme.centerChannelColor, 0.8)} + tintColorDelete={changeOpacity(theme.centerChannelColor, 0.5)} + titleCancelColor={theme.centerChannelColor} onChangeText={this.searchProfiles} onSearchButtonPress={this.searchProfiles} onCancelButtonPress={this.cancelSearch} diff --git a/app/screens/channel_members/channel_members.js b/app/screens/channel_members/channel_members.js index d720ac29d..691ff8032 100644 --- a/app/screens/channel_members/channel_members.js +++ b/app/screens/channel_members/channel_members.js @@ -301,14 +301,14 @@ class ChannelMembers extends PureComponent { backgroundColor='transparent' inputHeight={33} inputStyle={{ - backgroundColor: changeOpacity(theme.sidebarHeaderTextColor, 0.2), - color: theme.sidebarHeaderTextColor, + backgroundColor: changeOpacity(theme.centerChannelColor, 0.2), + color: theme.centerChannelColor, fontSize: 13 }} - placeholderTextColor={changeOpacity(theme.sidebarHeaderTextColor, 0.5)} - tintColorSearch={changeOpacity(theme.sidebarHeaderTextColor, 0.8)} - tintColorDelete={changeOpacity(theme.sidebarHeaderTextColor, 0.5)} - titleCancelColor={theme.sidebarHeaderTextColor} + placeholderTextColor={changeOpacity(theme.centerChannelColor, 0.5)} + tintColorSearch={changeOpacity(theme.centerChannelColor, 0.8)} + tintColorDelete={changeOpacity(theme.centerChannelColor, 0.5)} + titleCancelColor={theme.centerChannelColor} onChangeText={this.searchProfiles} onSearchButtonPress={this.searchProfiles} onCancelButtonPress={this.cancelSearch} diff --git a/app/screens/more_channels/more_channels.js b/app/screens/more_channels/more_channels.js index 94fb8061a..6daf7bfbf 100644 --- a/app/screens/more_channels/more_channels.js +++ b/app/screens/more_channels/more_channels.js @@ -260,14 +260,14 @@ class MoreChannels extends PureComponent { backgroundColor='transparent' inputHeight={33} inputStyle={{ - backgroundColor: changeOpacity(theme.sidebarHeaderTextColor, 0.2), - color: theme.sidebarHeaderTextColor, + backgroundColor: changeOpacity(theme.centerChannelColor, 0.2), + color: theme.centerChannelColor, fontSize: 13 }} - placeholderTextColor={changeOpacity(theme.sidebarHeaderTextColor, 0.5)} - tintColorSearch={changeOpacity(theme.sidebarHeaderTextColor, 0.8)} - tintColorDelete={changeOpacity(theme.sidebarHeaderTextColor, 0.5)} - titleCancelColor={theme.sidebarHeaderTextColor} + placeholderTextColor={changeOpacity(theme.centerChannelColor, 0.5)} + tintColorSearch={changeOpacity(theme.centerChannelColor, 0.8)} + tintColorDelete={changeOpacity(theme.centerChannelColor, 0.5)} + titleCancelColor={theme.centerChannelColor} onChangeText={this.searchProfiles} onSearchButtonPress={this.searchProfiles} onCancelButtonPress={this.cancelSearch} diff --git a/app/screens/more_dms/more_dms.js b/app/screens/more_dms/more_dms.js index 878a868f4..b154f820e 100644 --- a/app/screens/more_dms/more_dms.js +++ b/app/screens/more_dms/more_dms.js @@ -171,14 +171,14 @@ class MoreDirectMessages extends PureComponent { backgroundColor='transparent' inputHeight={33} inputStyle={{ - backgroundColor: changeOpacity(theme.sidebarHeaderTextColor, 0.2), - color: theme.sidebarHeaderTextColor, + backgroundColor: changeOpacity(theme.centerChannelColor, 0.2), + color: theme.centerChannelColor, fontSize: 13 }} - placeholderTextColor={changeOpacity(theme.sidebarHeaderTextColor, 0.5)} - tintColorSearch={changeOpacity(theme.sidebarHeaderTextColor, 0.8)} - tintColorDelete={changeOpacity(theme.sidebarHeaderTextColor, 0.5)} - titleCancelColor={theme.sidebarHeaderTextColor} + placeholderTextColor={changeOpacity(theme.centerChannelColor, 0.5)} + tintColorSearch={changeOpacity(theme.centerChannelColor, 0.8)} + tintColorDelete={changeOpacity(theme.centerChannelColor, 0.5)} + titleCancelColor={theme.centerChannelColor} onChangeText={this.searchProfiles} onSearchButtonPress={this.searchProfiles} onCancelButtonPress={this.cancelSearch}