Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ - (void)viewDidLoad {
self.titleLabel.textColor = self.cardDisplayMessage.textColor;

self.bodyTextView.text = self.cardDisplayMessage.body;
self.bodyTextView.textColor = self.cardDisplayMessage.textColor;

[self.primaryActionButton setTitle:self.cardDisplayMessage.primaryActionButton.buttonText
forState:UIControlStateNormal];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class CardMessageViewController: CommonMessageTestVC {
}

override var secondaryActionButton: InAppMessagingActionButton? {
return writablePrimaryActionButton
return writableSecondaryActionButton
}

override var secondaryActionURL: URL? {
Expand Down