|
@@ -55,7 +55,7 @@ public class FileView: UIView {
|
|
return stackView
|
|
return stackView
|
|
}()
|
|
}()
|
|
|
|
|
|
- private lazy var fileTitle: UILabel = {
|
|
|
|
|
|
+ lazy var fileTitle: UILabel = {
|
|
let title = UILabel()
|
|
let title = UILabel()
|
|
title.font = UIFont.preferredItalicFont(for: .body)
|
|
title.font = UIFont.preferredItalicFont(for: .body)
|
|
title.translatesAutoresizingMaskIntoConstraints = false
|
|
title.translatesAutoresizingMaskIntoConstraints = false
|