fix: dark launch screen background to prevent white flash on startup
| .. | .. |
|---|
| 19 | 19 | <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4"> |
|---|
| 20 | 20 | </imageView> |
|---|
| 21 | 21 | </subviews> |
|---|
| 22 | | - <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|---|
| 22 | + <color key="backgroundColor" red="0.067" green="0.071" blue="0.090" alpha="1" colorSpace="custom" customColorSpace="sRGB"/> |
|---|
| 23 | 23 | <constraints> |
|---|
| 24 | 24 | <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/> |
|---|
| 25 | 25 | <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/> |
|---|