diff --git a/LivreLand/View/ContentViews/SearchBarView.xaml b/LivreLand/View/ContentViews/SearchBarView.xaml index e07faef..2699f98 100644 --- a/LivreLand/View/ContentViews/SearchBarView.xaml +++ b/LivreLand/View/ContentViews/SearchBarView.xaml @@ -4,7 +4,21 @@ x:Class="LivreLand.View.ContentViews.SearchBarView"> - + + + + + + + + + diff --git a/LivreLand/View/FiltrageAuteurView.xaml b/LivreLand/View/FiltrageAuteurView.xaml index d600bd1..651c2e8 100644 --- a/LivreLand/View/FiltrageAuteurView.xaml +++ b/LivreLand/View/FiltrageAuteurView.xaml @@ -23,6 +23,7 @@ HeaderSwitchButtonVisible="True"/> diff --git a/LivreLand/View/FiltrageDateView.xaml b/LivreLand/View/FiltrageDateView.xaml index bd1ee72..790ae5c 100644 --- a/LivreLand/View/FiltrageDateView.xaml +++ b/LivreLand/View/FiltrageDateView.xaml @@ -22,6 +22,7 @@ Grid.Row="0"/> diff --git a/LivreLand/View/FiltrageNoteView.xaml b/LivreLand/View/FiltrageNoteView.xaml index 919524d..b47de5a 100644 --- a/LivreLand/View/FiltrageNoteView.xaml +++ b/LivreLand/View/FiltrageNoteView.xaml @@ -23,6 +23,7 @@ HeaderSwitchButtonVisible="True"/> diff --git a/LivreLand/View/HeaderPage.xaml b/LivreLand/View/HeaderPage.xaml index 1cac12c..bc2825b 100644 --- a/LivreLand/View/HeaderPage.xaml +++ b/LivreLand/View/HeaderPage.xaml @@ -5,10 +5,10 @@ x:Class="LivreLand.View.HeaderPage" x:Name="this" BindingContext="{x:Reference this}" - BackgroundColor="{Binding HeaderColor}"> + BackgroundColor="{AppThemeBinding Light={Binding HeaderColor}, Dark={StaticResource HeaderGray}}"> - +