Dark mode & layout fix

This commit is contained in:
Florian Gabach
2019-11-11 16:56:30 +01:00
parent fcc1b6f893
commit cc51d8fa12
36 changed files with 102 additions and 1404 deletions
@@ -32,9 +32,6 @@ final class OpenSourceTableViewCell: UITableViewCell, Reusable {
func configure(licence: LicenceFile, config: OpenSourceControllerConfig) {
self.textLabel?.attributedText = licence.attributedContent
self.textLabel?.textColor = config.uiConfig.licenceTextColor
if let backgroundColor = config.uiConfig.licenceBackgroundColor {
self.backgroundColor = backgroundColor
}
self.backgroundColor = config.uiConfig.licenceBackgroundColor
}
}