Skip to content

Commit

Permalink
Mofidied colors for suggested ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
gentilijuanmanuel committed Apr 20, 2022
1 parent 14e64e3 commit bdf6394
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Terra Planet/Views/Onboarding/Onboarding.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@
</label>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="12f-i8-i1E">
<rect key="frame" x="20" y="166" width="374" height="128"/>
<color key="backgroundColor" name="color_blue"/>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.20000000000000001" colorSpace="custom" customColorSpace="displayP3"/>
<constraints>
<constraint firstAttribute="height" constant="128" id="IoK-nX-k4N"/>
</constraints>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="textColor" systemColor="labelColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
<userDefinedRuntimeAttributes>
Expand Down Expand Up @@ -332,6 +332,9 @@
<namedColor name="color_blue">
<color red="0.10980392156862745" green="0.23137254901960785" blue="0.62352941176470589" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
</namedColor>
<systemColor name="labelColor">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
Expand Down

0 comments on commit bdf6394

Please sign in to comment.