Skip to content

Commit

Permalink
Merge pull request #27 from gentilijuanmanuel/enhancement/Color_chang…
Browse files Browse the repository at this point in the history
…es_to_support_dark_mode_on_ImportWalletVC

Enhancement: modified TextField styling in order to support dark mode on ImportWalletVC
  • Loading branch information
f0go committed Apr 20, 2022
2 parents 6b4b0b1 + bdf6394 commit a5408ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Terra Planet/Views/Onboarding/Onboarding.storyboard
Expand Up @@ -119,7 +119,7 @@
</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" systemColor="systemGray6Color"/>
<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>
Expand Down Expand Up @@ -338,8 +338,5 @@
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
<systemColor name="systemGray6Color">
<color red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
</resources>
</document>

0 comments on commit a5408ac

Please sign in to comment.