updated ListProgressBarThin

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-09-20 13:27:51 -05:00
parent 099fce290e
commit 2e03cec5be
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
leftHeadline.styleB1(true)
leftBody.styleB2(true)
rightLabel.styleB2(true)
rightBar.setStyle(.medium)
rightBar.setStyle(.primary)
}
//------------------------------------------------------

View File

@ -39,7 +39,7 @@ public class ListProgressBarThinModel: ListItemModel, MoleculeModelProtocol {
override public func setDefaults() {
super.setDefaults()
rightBar.type = .medium
rightBar.type = .primary
if rightBar.backgroundColor == nil {
rightBar.backgroundColor = Color(uiColor: .gray)