diff --git a/Sources/Scene/Assets/VideoCollectionViewCell.swift b/Sources/Scene/Assets/VideoCollectionViewCell.swift index 1e5bb5c3..97be67e7 100644 --- a/Sources/Scene/Assets/VideoCollectionViewCell.swift +++ b/Sources/Scene/Assets/VideoCollectionViewCell.swift @@ -43,7 +43,7 @@ class VideoCollectionViewCell: AssetCollectionViewCell { durationLabel.textAlignment = .right durationLabel.text = "0:03" - durationLabel.textColor = .systemPrimaryTextColor + durationLabel.textColor = .white durationLabel.font = UIFont.boldSystemFont(ofSize: 12) durationLabel.translatesAutoresizingMaskIntoConstraints = false gradientView.addSubview(durationLabel)