|
|
@@ -138,7 +138,7 @@ private extension LNRoomProfileCardPanel {
|
|
|
}
|
|
|
|
|
|
reportButton.tintColor = UIColor.text_2.withAlphaComponent(0.6)
|
|
|
- reportButton.setImage(UIImage(systemName: "exclamationmark.triangle"), for: .normal)
|
|
|
+ reportButton.setImage(.icWarning, for: .normal)
|
|
|
reportButton.addAction(UIAction(handler: { [weak self] _ in
|
|
|
guard let self else { return }
|
|
|
guard let curDetail else { return }
|