empty multi progress bar fix.

If data usage is empty, then empty grey colour bar should be shown.
This commit is contained in:
Khan, Arshad 2020-06-20 16:27:18 +05:30
parent ecd4cf9227
commit e7ce1daa3b

View File

@ -63,7 +63,7 @@ import UIKit
addSubview(stack)
NSLayoutConstraint.constraintPinSubview(toSuperview: stack)
stack.backgroundColor = backgroundColor
stack.contentView.backgroundColor = .mvmWhite
stack.contentView.backgroundColor = .mvmCoolGray3
stack.model = StackModel(molecules: [], axis: .horizontal, spacing: 2)
stack.stackModel?.horizontalAlignment = .leading