diff --git a/components/Behaviors/samples/AutoSelectBehaviorSample.xaml b/components/Behaviors/samples/AutoSelectBehaviorSample.xaml
index f681e837..731655fd 100644
--- a/components/Behaviors/samples/AutoSelectBehaviorSample.xaml
+++ b/components/Behaviors/samples/AutoSelectBehaviorSample.xaml
@@ -1,10 +1,10 @@
-
-
diff --git a/components/Behaviors/samples/FocusBehaviorButtonSample.xaml b/components/Behaviors/samples/FocusBehaviorButtonSample.xaml
index 1e57af3e..8872a365 100644
--- a/components/Behaviors/samples/FocusBehaviorButtonSample.xaml
+++ b/components/Behaviors/samples/FocusBehaviorButtonSample.xaml
@@ -1,4 +1,4 @@
-
+ Content="Button 2" />
diff --git a/components/Behaviors/samples/Headers/FadeHeaderBehaviorSample.xaml b/components/Behaviors/samples/Headers/FadeHeaderBehaviorSample.xaml
index 0aaac502..af2f4ae8 100644
--- a/components/Behaviors/samples/Headers/FadeHeaderBehaviorSample.xaml
+++ b/components/Behaviors/samples/Headers/FadeHeaderBehaviorSample.xaml
@@ -5,26 +5,26 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
mc:Ignorable="d">
-
+
+ Background="{ThemeResource AccentFillColorDefaultBrush}">
+ Foreground="{ThemeResource TextOnAccentFillColorPrimaryBrush}"
+ Text="Header" />
-
+
diff --git a/components/Behaviors/samples/Headers/QuickReturnHeaderBehaviorSample.xaml b/components/Behaviors/samples/Headers/QuickReturnHeaderBehaviorSample.xaml
index 978a112b..39f95e6f 100644
--- a/components/Behaviors/samples/Headers/QuickReturnHeaderBehaviorSample.xaml
+++ b/components/Behaviors/samples/Headers/QuickReturnHeaderBehaviorSample.xaml
@@ -5,27 +5,27 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
mc:Ignorable="d">
-
+
+ Background="{ThemeResource AccentFillColorDefaultBrush}">
+ Foreground="{ThemeResource TextOnAccentFillColorPrimaryBrush}"
+ Text="Header" />
+ Height="200">
diff --git a/components/Behaviors/samples/Headers/QuickReturnScrollViewerSample.xaml b/components/Behaviors/samples/Headers/QuickReturnScrollViewerSample.xaml
index a9c2fcea..5528ff53 100644
--- a/components/Behaviors/samples/Headers/QuickReturnScrollViewerSample.xaml
+++ b/components/Behaviors/samples/Headers/QuickReturnScrollViewerSample.xaml
@@ -5,20 +5,20 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
mc:Ignorable="d">
-
+
-
+
+
-
+
diff --git a/components/Behaviors/samples/Headers/StickyHeaderBehaviorSample.xaml b/components/Behaviors/samples/Headers/StickyHeaderBehaviorSample.xaml
index 40a667e4..61438908 100644
--- a/components/Behaviors/samples/Headers/StickyHeaderBehaviorSample.xaml
+++ b/components/Behaviors/samples/Headers/StickyHeaderBehaviorSample.xaml
@@ -1,4 +1,4 @@
-
+ Background="{ThemeResource AccentFillColorDefaultBrush}">
+ Foreground="{ThemeResource TextOnAccentFillColorPrimaryBrush}"
+ Text="Header" />
diff --git a/components/Behaviors/samples/Headers/StickyHeaderBehaviorSample.xaml.cs b/components/Behaviors/samples/Headers/StickyHeaderBehaviorSample.xaml.cs
index 7e041180..49c1ba53 100644
--- a/components/Behaviors/samples/Headers/StickyHeaderBehaviorSample.xaml.cs
+++ b/components/Behaviors/samples/Headers/StickyHeaderBehaviorSample.xaml.cs
@@ -20,7 +20,6 @@ public StickyHeaderBehaviorSample()
Items = GetData();
}
-
private ObservableCollection GetData()
{
var list = new ObservableCollection();
diff --git a/components/Behaviors/samples/Headers/StickyHeaderItemsControlSample.xaml b/components/Behaviors/samples/Headers/StickyHeaderItemsControlSample.xaml
index d28982f3..c594d072 100644
--- a/components/Behaviors/samples/Headers/StickyHeaderItemsControlSample.xaml
+++ b/components/Behaviors/samples/Headers/StickyHeaderItemsControlSample.xaml
@@ -8,21 +8,22 @@
xmlns:local="using:BehaviorsExperiment.Samples"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
- Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"
mc:Ignorable="d">
-
+
+ Background="{ThemeResource AccentFillColorDefaultBrush}">
+ Foreground="{ThemeResource TextOnAccentFillColorPrimaryBrush}"
+ Text="Header" />
diff --git a/components/Behaviors/samples/InvokeActionsSample.xaml b/components/Behaviors/samples/InvokeActionsSample.xaml
index ac9cc08f..47f1e748 100644
--- a/components/Behaviors/samples/InvokeActionsSample.xaml
+++ b/components/Behaviors/samples/InvokeActionsSample.xaml
@@ -11,8 +11,8 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
-