From c0b87e710fc78b186afd9d04bda660dc830724bc Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Wed, 29 Apr 2020 19:14:49 -0400 Subject: [PATCH] update after merge --- .../List/Device/ListDeviceComplexButtonSmall.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Device/ListDeviceComplexButtonSmall.swift b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Device/ListDeviceComplexButtonSmall.swift index 670ed65e..77a189c2 100644 --- a/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Device/ListDeviceComplexButtonSmall.swift +++ b/MVMCoreUI/Atomic/Molecules/DesignedComponents/List/Device/ListDeviceComplexButtonSmall.swift @@ -15,7 +15,7 @@ import Foundation public let body = Label.createLabelRegularBodySmall(true) public let body2 = Label.createLabelRegularBodySmall(true) public let button = PillButton(frame: .zero) - public let rightImageView = MFLoadImageView() + public let rightImageView = LoadImageView() public var stack: Stack // MARK: - Initializers