Set color for privacy-cells (#690)
Also: Make light blurple the dark-mode-version of blurple
This commit is contained in:
parent
bb4706d826
commit
18e313fbe4
|
@ -113,6 +113,7 @@ extension PrivacyTableViewController: UITableViewDataSource {
|
||||||
let row = viewModel.rows[indexPath.row]
|
let row = viewModel.rows[indexPath.row]
|
||||||
|
|
||||||
var contentConfiguration = cell.defaultContentConfiguration()
|
var contentConfiguration = cell.defaultContentConfiguration()
|
||||||
|
contentConfiguration.textProperties.color = Asset.Colors.Brand.blurple.color
|
||||||
contentConfiguration.text = row.title
|
contentConfiguration.text = row.title
|
||||||
|
|
||||||
cell.contentConfiguration = contentConfiguration
|
cell.contentConfiguration = contentConfiguration
|
||||||
|
|
|
@ -11,6 +11,24 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"idiom" : "universal"
|
"idiom" : "universal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"appearances" : [
|
||||||
|
{
|
||||||
|
"appearance" : "luminosity",
|
||||||
|
"value" : "dark"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"color" : {
|
||||||
|
"color-space" : "srgb",
|
||||||
|
"components" : {
|
||||||
|
"alpha" : "1.000",
|
||||||
|
"blue" : "0xFA",
|
||||||
|
"green" : "0x8A",
|
||||||
|
"red" : "0x85"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"idiom" : "universal"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"info" : {
|
"info" : {
|
||||||
|
|
Loading…
Reference in New Issue