Skip to content

Commit d89c0e1

Browse files
authored
Merge pull request #844 from EchoLunar/master
previewViewContainer.backgroundColor
2 parents 9118654 + 45cda90 commit d89c0e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Pages/Photo/YPCameraView.swift

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

9898
// Style
9999
backgroundColor = YPConfig.colors.photoVideoScreenBackgroundColor
100-
previewViewContainer.backgroundColor = UIColor.ypLabel
100+
previewViewContainer.backgroundColor = YPConfig.colors.photoVideoScreenBackgroundColor
101101
timeElapsedLabel.style { l in
102102
l.textColor = .white
103103
l.text = "00:00"

0 commit comments

Comments
 (0)