Skip to content

Commit

Permalink
update (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: Anubhav Singh <[email protected]>
  • Loading branch information
anubhavpulkit and Anubhav Singh authored Aug 26, 2020
1 parent 2975f90 commit 57cf8a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ extension FilesViewController: UICollectionViewDataSource, UICollectionViewDeleg
imageView.sd_setImage(with: URL, placeholderImage: nil, options: .refreshCached, completed: { (image, data, error, true) in
completion?(nil)
})
LightboxConfig.CloseButton.textAttributes = [
.font: UIFont.boldSystemFont(ofSize: 18),
.foregroundColor: UIColor.blue
]
}

let serverFile = filteredFiles.getFileFromIndexPath(indexPath)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ extension RecentFilesViewController: UICollectionViewDelegate, UICollectionViewD
imageView.sd_setImage(with: URL, placeholderImage: nil, options: .refreshCached, completed: { (image, data, error, true) in
completion?(nil)
})
LightboxConfig.CloseButton.textAttributes = [
.font: UIFont.boldSystemFont(ofSize: 18),
.foregroundColor: UIColor.blue
]
}

let recentFile = filteredRecentFiles[indexPath.item]
Expand Down

0 comments on commit 57cf8a2

Please sign in to comment.