Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
fix the background color of concurrent execution tab on tvos apps
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Mar 13, 2021
1 parent b7e0ec7 commit bf02830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@
</button>
</subviews>
<viewLayoutGuide key="safeArea" id="ijY-Sd-6tH"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="cbQ-aT-Gcf" firstAttribute="leading" secondItem="ijY-Sd-6tH" secondAttribute="leading" constant="30" id="0dP-J4-KMY"/>
<constraint firstItem="f7O-6x-bsn" firstAttribute="leading" secondItem="PXO-rZ-PXJ" secondAttribute="trailing" constant="30" id="2O6-vn-rBS"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@
</button>
</subviews>
<viewLayoutGuide key="safeArea" id="ijY-Sd-6tH"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
<constraint firstItem="cbQ-aT-Gcf" firstAttribute="leading" secondItem="ijY-Sd-6tH" secondAttribute="leading" constant="30" id="0dP-J4-KMY"/>
<constraint firstItem="f7O-6x-bsn" firstAttribute="leading" secondItem="PXO-rZ-PXJ" secondAttribute="trailing" constant="30" id="2O6-vn-rBS"/>
Expand Down

0 comments on commit bf02830

Please sign in to comment.