Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit b0213fc

Browse files
committed
Remove alert icon from error message
We'll be using red to distinguish the error message for now
1 parent 98a9696 commit b0213fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestDetailView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@
267267

268268
<!-- Checkout disabled message -->
269269
<TextBlock Margin="0 4" TextWrapping="Wrap">
270-
<ui:OcticonImage Icon="alert" Foreground="Orange" Margin="0 0 0 -4"/>
271270
<Run Text="{Binding CheckoutDisabledMessage}"/>
272271
<TextBlock.Style>
273272
<Style TargetType="TextBlock">
273+
<Setter Property="Foreground" Value="Red" />
274274
<Style.Triggers>
275275
<DataTrigger Binding="{Binding CheckoutDisabledMessage}" Value="{x:Null}">
276276
<Setter Property="Visibility" Value="Collapsed" />

0 commit comments

Comments
 (0)