rearranged
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
03318e863f
commit
08a2079654
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user