From 08a2079654ce59897b9313866723459cc92cacd4 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 16 Apr 2024 14:35:56 -0500 Subject: [PATCH] rearranged Signed-off-by: Matt Bruce --- MVMCoreUI/Atomic/Atoms/Views/TileContainerModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Atoms/Views/TileContainerModel.swift b/MVMCoreUI/Atomic/Atoms/Views/TileContainerModel.swift index 9933cdf1..079f2823 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/TileContainerModel.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/TileContainerModel.swift @@ -17,10 +17,10 @@ open class TileContainerModel: TileContainerBaseModel, MoleculeModelProtocol { public static var identifier: String = "tileContainer" public var id: String = UUID().uuidString public var backgroundColor: Color? + public var molecule: MoleculeModelProtocol? public var padding: TileContainer.Padding = .padding4X public var aspectRatio: TileContainer.AspectRatio = .ratio1x1 public var color: TileContainer.BackgroundColor = .secondary - public var molecule: MoleculeModelProtocol? public var backgroundEffect: TileContainer.BackgroundEffect { guard let effect = backgroundEffectContainer else { return .none } return .convert(from: effect)