Various improvements

This commit is contained in:
Ilya Laktyushin
2025-10-16 05:30:06 +04:00
parent babf5cc9d7
commit 0915a42e64
289 changed files with 9723 additions and 2071 deletions

View File

@@ -136,7 +136,7 @@ final class CameraCodeFrameView: UIView {
layer.path = path.cgPath
}
layer.opacity = focused ? 1.0 : 0.0
layer.strokeColor = focused ? UIColor(rgb: 0xf8d74a).cgColor : UIColor.white.cgColor
layer.strokeColor = focused ? UIColor(rgb: 0xffd300).cgColor : UIColor.white.cgColor
layer.lineWidth = focused ? 5.0 : 2.0
layer.shadowOffset = .zero
layer.shadowRadius = 1.0