removed old comments

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-05-07 16:37:06 -05:00
parent d07825c753
commit e7576ab19b
2 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ open class TileletModel: TileContainerBaseModel<Tilelet.Padding, Tilelet>, Molec
textWidth = try container.decodeIfPresent(CGFloat.self, forKey: .textWidth)
textPercentage = try container.decodeIfPresent(CGFloat.self, forKey: .textPercentage)
/// look for color hex code
if let color = eyebrow?.textColor?.uiColor {
self.eyebrowColor = .custom(color, color)

View File

@ -82,7 +82,6 @@ public class TitleLockupModel: MoleculeModelProtocol, ParentMoleculeModelProtoco
eyebrow = try typeContainer.decodeIfPresent(LabelModel.self, forKey: .eyebrow)
subTitle = try typeContainer.decodeMoleculeIfPresent(codingKey: .subTitle)
/// look for color hex code
if let color = eyebrow?.textColor?.uiColor {
self.eyebrowColor = .custom(color, color)