Black theme uses dark background for composer

This commit is contained in:
Gil Eluard
2021-04-07 20:15:09 +02:00
parent fab5cefb47
commit ff36b5bc26
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ NSNotificationName const RoomCallTileTappedNotification = @"RoomCallTileTappedNo
self.scrollToBottomButton.layer.shadowRadius = 6;
self.scrollToBottomButton.layer.shadowOffset = CGSizeMake(0, 4);
self.inputBackgroundView.backgroundColor = [ThemeService.shared.theme.searchBackgroundColor colorWithAlphaComponent:0.98];
self.inputBackgroundView.backgroundColor = [ThemeService.shared.theme.backgroundColor colorWithAlphaComponent:0.98];
if ([ThemeService.shared.themeId isEqualToString:@"light"])
{