Skip to content

Commit 6cbdcb5

Browse files
committed
Relabeled Foreground ColorPicker as Desired Foreground to improve usage clarity
1 parent fd2fb18 commit 6cbdcb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ColorAnalyzer/samples/ContrastHelperSample.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
1+
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
22
<Page x:Class="ColorAnalyzerExperiment.Samples.ContrastHelperSample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -56,7 +56,7 @@
5656

5757
<StackPanel Grid.Row="1"
5858
HorizontalAlignment="Center">
59-
<TextBlock Text="Foreground" />
59+
<TextBlock Text="Desired Foreground" />
6060
<ColorPicker x:Name="ForegroundPicker"
6161
IsColorChannelTextInputVisible="False"
6262
IsHexInputVisible="False"

0 commit comments

Comments
 (0)