File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Description text</string>
118
118
</constraints >
119
119
</view >
120
120
</subviews >
121
- <color key =" backgroundColor" systemColor =" systemGreenColor " />
121
+ <color key =" backgroundColor" systemColor =" systemBackgroundColor " />
122
122
<gestureRecognizers />
123
123
<constraints >
124
124
<constraint firstAttribute =" trailing" secondItem =" W3z-UY-cBI" secondAttribute =" trailing" id =" Qj0-ZR-myT" />
@@ -145,8 +145,5 @@ Description text</string>
145
145
<systemColor name =" systemBackgroundColor" >
146
146
<color white =" 1" alpha =" 1" colorSpace =" custom" customColorSpace =" genericGamma22GrayColorSpace" />
147
147
</systemColor >
148
- <systemColor name =" systemGreenColor" >
149
- <color red =" 0.20392156859999999" green =" 0.78039215689999997" blue =" 0.34901960780000002" alpha =" 1" colorSpace =" custom" customColorSpace =" sRGB" />
150
- </systemColor >
151
148
</resources >
152
149
</document >
Original file line number Diff line number Diff line change @@ -525,8 +525,8 @@ public enum IterableEmbeddedViewType: String {
525
525
public class IterableEmbeddedViewConfig : NSObject {
526
526
var backgroundColor : UIColor ?
527
527
var borderColor : UIColor ?
528
- var borderWidth : CGFloat ? = 1.0
529
- var borderCornerRadius : CGFloat ? = 8.0
528
+ var borderWidth : CGFloat ?
529
+ var borderCornerRadius : CGFloat ?
530
530
var primaryBtnBackgroundColor : UIColor ?
531
531
var primaryBtnTextColor : UIColor ?
532
532
var secondaryBtnBackgroundColor : UIColor ?
You can’t perform that action at this time.
0 commit comments