Fix conversation text input background color.

This commit is contained in:
Matthew Chen 2019-01-25 15:43:42 -05:00
parent 0ce9d1a858
commit e4d11eb15f

View file

@ -122,6 +122,7 @@ const CGFloat kMaxTextViewHeight = 98;
_inputTextView = [ConversationInputTextView new];
self.inputTextView.textViewToolbarDelegate = self;
self.inputTextView.font = [UIFont ows_dynamicTypeBodyFont];
self.inputTextView.backgroundColor = Theme.toolbarBackgroundColor;
[self.inputTextView setContentHuggingHorizontalLow];
_textViewHeightConstraint = [self.inputTextView autoSetDimension:ALDimensionHeight toSize:kMinTextViewHeight];