Skip to content

Commit f170671

Browse files
committed
update share sheet button size
1 parent f453d8c commit f170671

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

UploadAndCopy/Base.lproj/MainInterface.storyboard

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<dependencies>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
66
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
7-
<capability name="System colors in document resources" minToolsVersion="11.0"/>
87
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
98
</dependencies>
109
<scenes>
@@ -29,7 +28,7 @@
2928
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
3029
</imageView>
3130
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" showsMenuAsPrimaryAction="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="qbS-Ny-dwp" userLabel="Share">
32-
<rect key="frame" x="220" y="296" width="115" height="35"/>
31+
<rect key="frame" x="205" y="281" width="130" height="50"/>
3332
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
3433
<state key="normal" title="Button"/>
3534
<buttonConfiguration key="configuration" style="filled" title="Share"/>
@@ -45,10 +44,11 @@
4544
<nil key="highlightedColor"/>
4645
</label>
4746
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="hrx-Ux-tAw">
48-
<rect key="frame" x="24" y="295" width="77" height="35"/>
47+
<rect key="frame" x="24" y="281" width="130" height="50"/>
4948
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
50-
<state key="normal" title="Button"/>
51-
<buttonConfiguration key="configuration" style="gray" title="Cancel"/>
49+
<buttonConfiguration key="configuration" style="gray" title="Cancel">
50+
<color key="baseForegroundColor" systemColor="lightTextColor"/>
51+
</buttonConfiguration>
5252
<connections>
5353
<action selector="onCancel:" destination="j1y-V4-xli" eventType="primaryActionTriggered" id="Pjd-AR-FbO"/>
5454
</connections>
@@ -79,7 +79,7 @@
7979
</progressView>
8080
</subviews>
8181
<viewLayoutGuide key="safeArea" id="Q1P-kW-6dt"/>
82-
<color key="backgroundColor" systemColor="secondarySystemBackgroundColor"/>
82+
<color key="backgroundColor" systemColor="viewFlipsideBackgroundColor"/>
8383
<accessibility key="accessibilityConfiguration">
8484
<accessibilityTraits key="traits" updatesFrequently="YES"/>
8585
</accessibility>
@@ -110,8 +110,11 @@
110110
</scene>
111111
</scenes>
112112
<resources>
113-
<systemColor name="secondarySystemBackgroundColor">
114-
<color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
113+
<systemColor name="lightTextColor">
114+
<color white="1" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
115+
</systemColor>
116+
<systemColor name="viewFlipsideBackgroundColor">
117+
<color red="0.12156862745098039" green="0.12941176470588237" blue="0.14117647058823529" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
115118
</systemColor>
116119
</resources>
117120
</document>

0 commit comments

Comments
 (0)