|
@@ -49,7 +49,7 @@ class VLCEditToolbar: UIView {
|
|
|
private var addToPlaylistButton: UIButton = {
|
|
|
let addToPlaylistButton = UIButton(type: .system)
|
|
|
addToPlaylistButton.setTitle(NSLocalizedString("ADD_TO_PLAYLIST", comment: ""), for: .normal)
|
|
|
- addToPlaylistButton.titleLabel?.font = UIFont.systemFont(ofSize: 17)
|
|
|
+ addToPlaylistButton.titleLabel?.font = UIFont.systemFont(ofSize: 17, weight: .medium)
|
|
|
addToPlaylistButton.contentHorizontalAlignment = .left
|
|
|
addToPlaylistButton.addTarget(self, action: #selector(addToPlaylist), for: .touchUpInside)
|
|
|
addToPlaylistButton.tintColor = .orange
|