From 5ad469daf5d85a312707edb07f876aa5b86bd6eb Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 7 Dec 2021 15:13:42 -0500 Subject: [PATCH] add missing prefix --- .../VerticalCombinationViews/Lists/UnOrderedListModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift b/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift index 1b11891b..9ba49c1a 100644 --- a/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift +++ b/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift @@ -36,7 +36,7 @@ import Foundation for molecule in list { models.append(MoleculeStackItemModel(with: StringAndMoleculeModel(string: bulletChar, molecule: molecule, stringColor: bulletColor))) } - super.init(molecules: models, spacing: Four) + super.init(molecules: models, spacing: Padding.Four) } public override func encode(to encoder: Encoder) throws {