change in variable
This commit is contained in:
parent
ab1ee24156
commit
557a532b3f
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user