File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
WordPress/Classes/ViewRelated
Notifications/ReplyTextView Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ import Gridicons
286286 comment: " Accessibility Label for the enter full screen button on the comment reply text view " )
287287
288288 // Reply button
289- replyButton. setTitleColor ( UIAppColor . tint , for: . normal)
289+ replyButton. setTitleColor ( UIAppColor . brand , for: . normal)
290290 replyButton. titleLabel? . text = NSLocalizedString ( " Reply " , comment: " Reply to a comment. " )
291291 replyButton. accessibilityIdentifier = " reply-button "
292292 replyButton. accessibilityLabel = NSLocalizedString ( " Reply " , comment: " Accessibility label for the reply button " )
Original file line number Diff line number Diff line change @@ -362,8 +362,8 @@ - (void)configureViewConstraints
362362 views: views]];
363363
364364 [NSLayoutConstraint activateConstraints: @[
365- [self .replyTextView.leadingAnchor constraintEqualToAnchor: self .replyTextView .leadingAnchor],
366- [self .replyTextView.trailingAnchor constraintEqualToAnchor: self .replyTextView .trailingAnchor],
365+ [self .replyTextView.leadingAnchor constraintEqualToAnchor: self .view .leadingAnchor],
366+ [self .replyTextView.trailingAnchor constraintEqualToAnchor: self .view .trailingAnchor],
367367 [self .view.keyboardLayoutGuide.topAnchor constraintEqualToAnchor: self .replyTextView.bottomAnchor]
368368 ]];
369369
You can’t perform that action at this time.
0 commit comments