diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-07-15 17:25:52 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-07-15 18:12:28 +0200 |
| commit | f9c7474c4c6271a7f11f4234349e2fb74dbed02c (patch) | |
| tree | 7a9a6e3768d6ab5da14a062817186539653f902e | |
| parent | 13d929e64536cb54a2438ee28067e92234f898ef (diff) | |
| download | mullvadvpn-f9c7474c4c6271a7f11f4234349e2fb74dbed02c.tar.xz mullvadvpn-f9c7474c4c6271a7f11f4234349e2fb74dbed02c.zip | |
Fix separator color in Settings on iOS 12
| -rw-r--r-- | ios/MullvadVPN/Base.lproj/Main.storyboard | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/Base.lproj/Main.storyboard b/ios/MullvadVPN/Base.lproj/Main.storyboard index 31ea1456cb..db5a927b89 100644 --- a/ios/MullvadVPN/Base.lproj/Main.storyboard +++ b/ios/MullvadVPN/Base.lproj/Main.storyboard @@ -296,7 +296,7 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" name="Secondary"/> <color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> - <color key="separatorColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> + <color key="separatorColor" name="Secondary"/> <prototypes> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" reuseIdentifier="Account" id="ghE-jC-RWf" customClass="SettingsAccountCell" customModule="MullvadVPN" customModuleProvider="target"> <rect key="frame" x="0.0" y="55.5" width="375" height="43"/> |
