We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de1eb5 commit ffab43bCopy full SHA for ffab43b
apple/InlineIOS/Chat/BlurCircleButton.swift
@@ -26,7 +26,7 @@ class BlurCircleButton: UIButton {
26
backgroundView.translatesAutoresizingMaskIntoConstraints = false
27
backgroundView.layer.cornerRadius = 22
28
backgroundView.layer.borderWidth = 1
29
- backgroundView.layer.borderColor = UIColor.separator.cgColor
+ backgroundView.layer.borderColor = UIColor.separator.withAlphaComponent(0.1).cgColor
30
backgroundView.isUserInteractionEnabled = false
31
blurEffect.isUserInteractionEnabled = false
32
iconImageView.isUserInteractionEnabled = false
0 commit comments