Skip to content

Commit e1334a2

Browse files
author
Evan Greer
committed
minor edits
1 parent 3196799 commit e1334a2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

swift-sdk/Resources/IterableEmbeddedView.xib

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Description text</string>
118118
</constraints>
119119
</view>
120120
</subviews>
121-
<color key="backgroundColor" systemColor="systemGreenColor"/>
121+
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
122122
<gestureRecognizers/>
123123
<constraints>
124124
<constraint firstAttribute="trailing" secondItem="W3z-UY-cBI" secondAttribute="trailing" id="Qj0-ZR-myT"/>
@@ -145,8 +145,5 @@ Description text</string>
145145
<systemColor name="systemBackgroundColor">
146146
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
147147
</systemColor>
148-
<systemColor name="systemGreenColor">
149-
<color red="0.20392156859999999" green="0.78039215689999997" blue="0.34901960780000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
150-
</systemColor>
151148
</resources>
152149
</document>

swift-sdk/uicomponents/IterableEmbeddedView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ public enum IterableEmbeddedViewType: String {
525525
public class IterableEmbeddedViewConfig: NSObject {
526526
var backgroundColor: UIColor?
527527
var borderColor: UIColor?
528-
var borderWidth: CGFloat? = 1.0
529-
var borderCornerRadius: CGFloat? = 8.0
528+
var borderWidth: CGFloat?
529+
var borderCornerRadius: CGFloat?
530530
var primaryBtnBackgroundColor: UIColor?
531531
var primaryBtnTextColor: UIColor?
532532
var secondaryBtnBackgroundColor: UIColor?

0 commit comments

Comments
 (0)