Skip to content

Commit ffab43b

Browse files
committed
Reduce BlurCircleButton border opacity
1 parent 2de1eb5 commit ffab43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apple/InlineIOS/Chat/BlurCircleButton.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BlurCircleButton: UIButton {
2626
backgroundView.translatesAutoresizingMaskIntoConstraints = false
2727
backgroundView.layer.cornerRadius = 22
2828
backgroundView.layer.borderWidth = 1
29-
backgroundView.layer.borderColor = UIColor.separator.cgColor
29+
backgroundView.layer.borderColor = UIColor.separator.withAlphaComponent(0.1).cgColor
3030
backgroundView.isUserInteractionEnabled = false
3131
blurEffect.isUserInteractionEnabled = false
3232
iconImageView.isUserInteractionEnabled = false

0 commit comments

Comments
 (0)