Skip to content

Commit 92087f6

Browse files
committed
Appliex XAML styles
1 parent 89bc6e8 commit 92087f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/ColorAnalyzer/samples/ContrastHelper/ContrastOptionsPane.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<UserControl x:Class="ColorAnalyzerExperiment.Samples.ContrastOptionsPane"
1+
<UserControl x:Class="ColorAnalyzerExperiment.Samples.ContrastOptionsPane"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:controls="using:CommunityToolkit.WinUI.Controls"
@@ -9,10 +9,10 @@
99

1010
<StackPanel Spacing="2">
1111
<TextBlock Text="Desired Foreground" />
12-
<controls:ColorPickerButton SelectedColor="{x:Bind DesiredForeground, Mode=TwoWay}"/>
12+
<controls:ColorPickerButton SelectedColor="{x:Bind DesiredForeground, Mode=TwoWay}" />
1313

1414
<TextBlock Text="Background" />
15-
<controls:ColorPickerButton SelectedColor="{x:Bind DesiredBackground, Mode=TwoWay}"/>
15+
<controls:ColorPickerButton SelectedColor="{x:Bind DesiredBackground, Mode=TwoWay}" />
1616

1717
<Slider MinWidth="256"
1818
HorizontalAlignment="Center"

0 commit comments

Comments
 (0)