Skip to content

Commit 45cda90

Browse files
author
droog
committed
Configure the background color of previewViewContainer.backgroundColor using YPConfig.colors.photoVideoScreenBackgroundColor instead of UIColor.ypLabel.
1 parent 4f4f767 commit 45cda90

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)