mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
调整配色
This commit is contained in:
parent
dccd921b18
commit
b77d08a9dc
@ -17,14 +17,14 @@ class PreviewCardCell: BaseTableViewCell {
|
||||
let titleLabel: UILabel = {
|
||||
let label = UILabel()
|
||||
label.font = RobotoFont.regular(with: 14)
|
||||
label.textColor = Color.grey.darken1
|
||||
label.textColor = Color.grey.darken3
|
||||
label.numberOfLines = 0
|
||||
return label
|
||||
}()
|
||||
let bodyLabel: UILabel = {
|
||||
let label = UILabel()
|
||||
label.font = RobotoFont.regular(with: 14)
|
||||
label.textColor = Color.grey.base
|
||||
label.textColor = Color.grey.darken2
|
||||
label.numberOfLines = 0
|
||||
return label
|
||||
}()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user