Browse Source

Color adjustments

master
Dwayne Harris 6 years ago
parent
commit
1daf5f30a1
  1. 6
      elpha-ios/Base.lproj/Main.storyboard

6
elpha-ios/Base.lproj/Main.storyboard

@ -242,7 +242,7 @@
<rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
<autoresizingMask key="autoresizingMask"/>
<attributedString key="attributedTitle"/>
<color key="tintColor" red="0.090196078430000007" green="0.047058823530000002" blue="0.28627450980000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color key="tintColor" name="Primary"/>
</refreshControl>
<connections>
<outlet property="mainNavigationItem" destination="mfC-MW-ufJ" id="YZK-rX-Gn3"/>
@ -729,6 +729,7 @@
<rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
<autoresizingMask key="autoresizingMask"/>
<attributedString key="attributedTitle"/>
<color key="tintColor" name="Primary"/>
</refreshControl>
<connections>
<outlet property="avatarImageView" destination="d7X-u9-Seq" id="Mt2-60-lb2"/>
@ -1334,6 +1335,7 @@
<rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
<autoresizingMask key="autoresizingMask"/>
<attributedString key="attributedTitle"/>
<color key="tintColor" name="Primary"/>
</refreshControl>
<connections>
<segue destination="TVm-XQ-DKr" kind="presentation" identifier="TimelinesSegue" modalPresentationStyle="overCurrentContext" modalTransitionStyle="crossDissolve" id="Z24-89-f5Z"/>
@ -1705,7 +1707,7 @@
<rect key="frame" x="0.0" y="0.0" width="1000" height="1000"/>
<autoresizingMask key="autoresizingMask"/>
<attributedString key="attributedTitle"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="tintColor" name="Primary"/>
</refreshControl>
</tableViewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="3LK-Q6-p6V" userLabel="First Responder" sceneMemberID="firstResponder"/>

Loading…
Cancel
Save