Skip to content

Commit 2afc220

Browse files
committed
Run xaml styler
1 parent 7d20d6a commit 2afc220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/ColorAnalyzer/samples/AccentAnalyzerSample.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.AccentAnalyzerSample"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -76,7 +76,7 @@
7676
</Border.Background>
7777
<TextBlock Text="Base">
7878
<TextBlock.Foreground>
79-
<!-- ConstrastHelper used to auto-adjust text Foreground against the dynamic background per WCAG -->
79+
<!-- ConstrastHelper used to auto-adjust text Foreground against the dynamic background per WCAG -->
8080
<SolidColorBrush helpers:ContrastHelper.MinRatio="5"
8181
helpers:ContrastHelper.Opponent="{x:Bind AccentAnalyzer.BaseColor, Mode=OneWay}"
8282
Color="{x:Bind AccentAnalyzer.PrimaryAccentColor, Mode=OneWay}" />

0 commit comments

Comments
 (0)