From 557a532b3faf4a3fa673fa6b252d09afb0ee14c8 Mon Sep 17 00:00:00 2001 From: Subhankar Date: Tue, 7 Dec 2021 22:03:11 +0530 Subject: [PATCH] change in variable --- .../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 db69eaec..19165cd7 100644 --- a/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift +++ b/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift @@ -37,7 +37,7 @@ import Foundation models.append(MoleculeStackItemModel(with: StringAndMoleculeModel(string: bulletChar, molecule: molecule, stringColor: bulletColor))) } /// changing as per confluence, as spacing between each list item is 16 - super.init(molecules: models, spacing: PaddingDefaultVerticalSpacing / 2) + super.init(molecules: models, spacing: Four) } public override func encode(to encoder: Encoder) throws {