Skip to content

Commit

Permalink
- Dark mode improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstringer committed Aug 9, 2020
1 parent fbceb42 commit fb9f245
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions EatOutToHelpOut/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<device id="retina6_1" orientation="portrait" appearance="dark"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
Expand Down Expand Up @@ -28,8 +28,8 @@
<constraint firstAttribute="height" constant="65" id="z97-Ui-j1y"/>
</constraints>
</imageView>
<view alpha="0.80000000000000004" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fHb-Ac-Xsf" userLabel="MapUserLocationButtonContainer">
<rect key="frame" x="358" y="786" width="36" height="36"/>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fHb-Ac-Xsf" userLabel="MapUserLocationButtonContainer">
<rect key="frame" x="343" y="786" width="36" height="36"/>
<color key="backgroundColor" systemColor="tertiarySystemBackgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
Expand All @@ -38,7 +38,7 @@
</userDefinedRuntimeAttributes>
</view>
<button opaque="NO" alpha="0.80000000000000004" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="FQA-77-0Sw">
<rect key="frame" x="358" y="786" width="36" height="36"/>
<rect key="frame" x="343" y="786" width="36" height="36"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstAttribute="width" constant="36" id="Bxu-nP-Zjr"/>
Expand All @@ -63,7 +63,7 @@
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<constraints>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="FQA-77-0Sw" secondAttribute="trailing" constant="20" id="BJK-JT-M1L"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="FQA-77-0Sw" secondAttribute="trailing" constant="35" id="BJK-JT-M1L"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="Fqv-bv-0rv" secondAttribute="trailing" constant="20" id="BOj-UT-gJI"/>
<constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="FQA-77-0Sw" secondAttribute="bottom" constant="40" id="H0F-jz-svJ"/>
<constraint firstItem="fHb-Ac-Xsf" firstAttribute="height" secondItem="FQA-77-0Sw" secondAttribute="height" id="U1k-ui-neb"/>
Expand Down Expand Up @@ -115,7 +115,7 @@
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Searching web" textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="4vw-Wk-Xbm">
<rect key="frame" x="20" y="47" width="374" height="20.5"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
<nil key="textColor"/>
<color key="textColor" systemColor="secondaryLabelColor" red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand Down

0 comments on commit fb9f245

Please sign in to comment.