updated ListProgressBarThin
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
099fce290e
commit
2e03cec5be
@ -102,7 +102,7 @@
|
|||||||
leftHeadline.styleB1(true)
|
leftHeadline.styleB1(true)
|
||||||
leftBody.styleB2(true)
|
leftBody.styleB2(true)
|
||||||
rightLabel.styleB2(true)
|
rightLabel.styleB2(true)
|
||||||
rightBar.setStyle(.medium)
|
rightBar.setStyle(.primary)
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------------------------
|
//------------------------------------------------------
|
||||||
|
|||||||
@ -39,7 +39,7 @@ public class ListProgressBarThinModel: ListItemModel, MoleculeModelProtocol {
|
|||||||
override public func setDefaults() {
|
override public func setDefaults() {
|
||||||
super.setDefaults()
|
super.setDefaults()
|
||||||
|
|
||||||
rightBar.type = .medium
|
rightBar.type = .primary
|
||||||
|
|
||||||
if rightBar.backgroundColor == nil {
|
if rightBar.backgroundColor == nil {
|
||||||
rightBar.backgroundColor = Color(uiColor: .gray)
|
rightBar.backgroundColor = Color(uiColor: .gray)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user