removed old comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
d07825c753
commit
e7576ab19b
@ -57,7 +57,6 @@ open class TileletModel: TileContainerBaseModel<Tilelet.Padding, Tilelet>, Molec
|
|||||||
textWidth = try container.decodeIfPresent(CGFloat.self, forKey: .textWidth)
|
textWidth = try container.decodeIfPresent(CGFloat.self, forKey: .textWidth)
|
||||||
textPercentage = try container.decodeIfPresent(CGFloat.self, forKey: .textPercentage)
|
textPercentage = try container.decodeIfPresent(CGFloat.self, forKey: .textPercentage)
|
||||||
|
|
||||||
/// look for color hex code
|
|
||||||
if let color = eyebrow?.textColor?.uiColor {
|
if let color = eyebrow?.textColor?.uiColor {
|
||||||
self.eyebrowColor = .custom(color, color)
|
self.eyebrowColor = .custom(color, color)
|
||||||
|
|
||||||
|
|||||||
@ -82,7 +82,6 @@ public class TitleLockupModel: MoleculeModelProtocol, ParentMoleculeModelProtoco
|
|||||||
eyebrow = try typeContainer.decodeIfPresent(LabelModel.self, forKey: .eyebrow)
|
eyebrow = try typeContainer.decodeIfPresent(LabelModel.self, forKey: .eyebrow)
|
||||||
subTitle = try typeContainer.decodeMoleculeIfPresent(codingKey: .subTitle)
|
subTitle = try typeContainer.decodeMoleculeIfPresent(codingKey: .subTitle)
|
||||||
|
|
||||||
/// look for color hex code
|
|
||||||
if let color = eyebrow?.textColor?.uiColor {
|
if let color = eyebrow?.textColor?.uiColor {
|
||||||
self.eyebrowColor = .custom(color, color)
|
self.eyebrowColor = .custom(color, color)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user