Skip to content

Commit f773ef2

Browse files
author
Purkylin King
committed
modify background color
1 parent 6364d09 commit f773ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Pages/Photo/YPCameraView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class YPCameraView: UIView, UIGestureRecognizerDelegate {
114114

115115
// Style
116116
backgroundColor = YPConfig.colors.photoVideoScreenBackgroundColor
117-
previewViewContainer.backgroundColor = UIColor.ypLabel
117+
previewViewContainer.backgroundColor = .black//UIColor.ypLabel
118118
timeElapsedLabel.style { l in
119119
l.textColor = UIColor.init(r: 51/255.0, g: 51/255.0, b: 51/255.0, a: 1)
120120
l.text = "00:00"

0 commit comments

Comments
 (0)