Skip to content

Commit 51d78ac

Browse files
authored
Merge pull request #1147 from matheusmatos/master
fix: respects DarkMode in CountryTableView
2 parents 9ffb85e + f354a39 commit 51d78ac

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

FirebasePhoneAuthUI/Sources/Resources/FUICountryTableViewController.xib

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14835.7" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait" appearance="light"/>
44
<dependencies>
5-
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14790.5"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
6+
<capability name="System colors in document resources" minToolsVersion="11.0"/>
77
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
88
</dependencies>
99
<objects>
@@ -20,14 +20,13 @@
2020
<subviews>
2121
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="hg9-yI-N8Q">
2222
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
23-
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
23+
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
2424
<connections>
2525
<outlet property="dataSource" destination="-1" id="PfW-Z4-lXH"/>
2626
<outlet property="delegate" destination="-1" id="8PV-om-trg"/>
2727
</connections>
2828
</tableView>
2929
</subviews>
30-
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
3130
<constraints>
3231
<constraint firstItem="hg9-yI-N8Q" firstAttribute="top" secondItem="YSO-gq-Bsm" secondAttribute="top" id="3HS-x1-e0t"/>
3332
<constraint firstAttribute="bottom" secondItem="hg9-yI-N8Q" secondAttribute="bottom" id="5uY-yC-Sbi"/>
@@ -37,4 +36,9 @@
3736
<point key="canvasLocation" x="355.07246376811599" y="6.6964285714285712"/>
3837
</view>
3938
</objects>
39+
<resources>
40+
<systemColor name="systemBackgroundColor">
41+
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
42+
</systemColor>
43+
</resources>
4044
</document>

0 commit comments

Comments
 (0)