Skip to content

Commit 965ecfb

Browse files
author
Evan Greer
committed
remove card border color
1 parent bc4fc94 commit 965ecfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/uicomponents/IterableEmbeddedView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public class IterableEmbeddedView:UIView {
253253
}
254254
case .banner:
255255
imgView.isHidden = EMimage == nil
256-
bannerBorderColor = cardBorderColor
256+
//bannerBorderColor = cardBorderColor
257257
imgView.isHidden = self.EMimage == nil
258258
imgView.image = EMimage
259259
cardImageView.isHidden = true

0 commit comments

Comments
 (0)