Skip to content

Commit

Permalink
correct wrong yellow color in stats view
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnallfot committed Mar 17, 2024
1 parent a124aea commit ab0aa29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions LoopFollow/Application/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Hög 24h" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0Zq-6s-y8B">
<rect key="frame" x="8.9999999999999964" y="0.0" width="48.666666666666657" height="14.333333333333334"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<color key="textColor" name="warning"/>
<color key="textColor" systemColor="systemYellowColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HON-rt-8pC">
<rect key="frame" x="8.3333333333333712" y="14.333333333333369" width="50" height="28.333333333333329"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" name="warning"/>
<color key="textColor" systemColor="systemYellowColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand Down Expand Up @@ -624,9 +624,6 @@
<namedColor name="LoopGray">
<color red="0.74099999666213989" green="0.74099999666213989" blue="0.74099999666213989" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="warning">
<color red="0.91699999570846558" green="0.7630000114440918" blue="0.26899999380111694" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
</namedColor>
<systemColor name="labelColor">
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
Expand All @@ -642,5 +639,8 @@
<systemColor name="systemRedColor">
<color red="1" green="0.23137254901960785" blue="0.18823529411764706" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
<systemColor name="systemYellowColor">
<color red="1" green="0.80000000000000004" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
</resources>
</document>

0 comments on commit ab0aa29

Please sign in to comment.