change in variable

This commit is contained in:
Subhankar 2021-12-07 22:03:11 +05:30
parent ab1ee24156
commit 557a532b3f

View File

@ -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 {