Add transfer button

This commit is contained in:
ismailgulek
2021-05-04 11:24:55 +03:00
parent 2ebd28202a
commit c4f67cc5b4
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -140,6 +140,8 @@
self.callStatusLabel.textColor = self.overriddenTheme.baseTextPrimaryColor;
[self.resumeButton setTitleColor:self.overriddenTheme.tintColor
forState:UIControlStateNormal];
[self.transferButton setTitleColor:self.overriddenTheme.tintColor
forState:UIControlStateNormal];
self.localPreviewContainerView.layer.borderColor = self.overriddenTheme.tintColor.CGColor;
self.localPreviewContainerView.layer.borderWidth = 2;