Skip to content

Commit

Permalink
Change the Launch Screen to use System Background Color (#5608)
Browse files Browse the repository at this point in the history
* Change the Launch Screen to use System Background Color as the background color, so that people in dark mode aren't blinded when they open the app (forces a darker background instead of white)

* Clean up LaunchScreen.xib to only change the systemBackgroundColor item
  • Loading branch information
ryanmcgrath authored and garvankeeley committed Oct 18, 2019
1 parent a22e955 commit 6eca44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Application/LaunchScreen.xib
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</constraints>
</imageView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
<color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
<constraints>
<constraint firstItem="8jg-1f-0sB" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="ITK-hU-DwR"/>
<constraint firstItem="8jg-1f-0sB" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="grm-jt-xY2"/>
Expand Down

0 comments on commit 6eca44a

Please sign in to comment.