Skip to content

Commit

Permalink
Use correct destructive colour
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Sep 15, 2023
1 parent 1cf7836 commit 35751f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DuckDuckGo/Base.lproj/Bookmarks.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Delete" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="hEJ-T8-Tdl">
<rect key="frame" x="148" y="12" width="47" height="19.5"/>
<fontDescription key="fontDescription" type="system" pointSize="16"/>
<color key="textColor" name="AlertButtonDestructiveTitleColor"/>
<color key="textColor" name="DownloadsListDestructiveColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
Expand Down Expand Up @@ -711,6 +711,9 @@
<namedColor name="BookmarksNavBarTitleColor">
<color red="0.20000000298023224" green="0.20000000298023224" blue="0.20000000298023224" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="DownloadsListDestructiveColor">
<color red="0.92500001192092896" green="0.21600000560283661" blue="0.14100000262260437" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="TableCellAccessoryTextColor">
<color red="0.53299999237060547" green="0.53299999237060547" blue="0.53299999237060547" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
Expand Down

0 comments on commit 35751f2

Please sign in to comment.