diff --git a/LivreLand/Resources/Styles/Styles.xaml b/LivreLand/Resources/Styles/Styles.xaml
index 85a4989..970e6cc 100644
--- a/LivreLand/Resources/Styles/Styles.xaml
+++ b/LivreLand/Resources/Styles/Styles.xaml
@@ -177,51 +177,51 @@
diff --git a/LivreLand/View/BibliothequeView.xaml b/LivreLand/View/BibliothequeView.xaml
index 9864d5b..cb3572a 100644
--- a/LivreLand/View/BibliothequeView.xaml
+++ b/LivreLand/View/BibliothequeView.xaml
@@ -35,7 +35,7 @@
-
+
@@ -81,7 +81,7 @@
-
+
diff --git a/LivreLand/View/ContentViews/HomeButtonView.xaml.cs b/LivreLand/View/ContentViews/HomeButtonView.xaml.cs
index 8f5dec9..3f79f0b 100644
--- a/LivreLand/View/ContentViews/HomeButtonView.xaml.cs
+++ b/LivreLand/View/ContentViews/HomeButtonView.xaml.cs
@@ -25,7 +25,7 @@ public partial class HomeButtonView : ContentView
set => SetValue(HomeButtonView.ButtonNumberProperty, value);
}
- public static readonly BindableProperty ButtonIconColorProperty = BindableProperty.Create(nameof(ButtonIconColor), typeof(Color), typeof(HomeButtonView));
+ public static readonly BindableProperty ButtonIconColorProperty = BindableProperty.Create(nameof(ButtonIconColor), typeof(Color), typeof(HomeButtonView), Colors.Black);
public Color ButtonIconColor
{
get => (Color)GetValue(HomeButtonView.ButtonIconColorProperty);
diff --git a/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml b/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml
index a2d2d5f..6e3298b 100644
--- a/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml
+++ b/LivreLand/View/ContentViews/PopupHomePlusButtonView.xaml
@@ -5,119 +5,125 @@
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
x:Class="LivreLand.View.ContentViews.PopupHomePlusButtonView"
HorizontalOptions="End"
- VerticalOptions="Start">
+ VerticalOptions="Start"
+ Color="Transparent">
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
+
+
+
diff --git a/LivreLand/View/ContentViews/SearchBarView.xaml b/LivreLand/View/ContentViews/SearchBarView.xaml
index 2699f98..dc0f6b2 100644
--- a/LivreLand/View/ContentViews/SearchBarView.xaml
+++ b/LivreLand/View/ContentViews/SearchBarView.xaml
@@ -7,6 +7,7 @@
+
-
+
+
+
+
diff --git a/LivreLand/View/ContentViews/SeparatorBigCutStartView.xaml b/LivreLand/View/ContentViews/SeparatorBigCutStartView.xaml
index 4ab2a2c..45470a7 100644
--- a/LivreLand/View/ContentViews/SeparatorBigCutStartView.xaml
+++ b/LivreLand/View/ContentViews/SeparatorBigCutStartView.xaml
@@ -7,7 +7,7 @@
HeightRequest="1"
HorizontalOptions="Fill">
-
+
diff --git a/LivreLand/View/ContentViews/SeparatorCutStartView.xaml b/LivreLand/View/ContentViews/SeparatorCutStartView.xaml
index ca94bb3..4811708 100644
--- a/LivreLand/View/ContentViews/SeparatorCutStartView.xaml
+++ b/LivreLand/View/ContentViews/SeparatorCutStartView.xaml
@@ -7,7 +7,7 @@
HeightRequest="1"
HorizontalOptions="Fill">
-
+
diff --git a/LivreLand/View/ContentViews/SeparatorEntireView.xaml b/LivreLand/View/ContentViews/SeparatorEntireView.xaml
index 6cc61ed..00e85c7 100644
--- a/LivreLand/View/ContentViews/SeparatorEntireView.xaml
+++ b/LivreLand/View/ContentViews/SeparatorEntireView.xaml
@@ -6,7 +6,7 @@
-
+
diff --git a/LivreLand/View/DetailsLivreView.xaml b/LivreLand/View/DetailsLivreView.xaml
index 19f54ac..7511f06 100644
--- a/LivreLand/View/DetailsLivreView.xaml
+++ b/LivreLand/View/DetailsLivreView.xaml
@@ -17,7 +17,7 @@
HeaderBackButtonText="Tous"
HeaderPlusButtonVisible="False"
HeaderSwitchButtonVisible="False"
- HeaderColor="{DynamicResource HeaderGray}"/>
+ HeaderColor="{StaticResource HeaderGray}"/>
diff --git a/LivreLand/View/FiltrageAuteurView.xaml b/LivreLand/View/FiltrageAuteurView.xaml
index 651c2e8..d64d537 100644
--- a/LivreLand/View/FiltrageAuteurView.xaml
+++ b/LivreLand/View/FiltrageAuteurView.xaml
@@ -38,7 +38,7 @@
+ ButtonIconColor="{StaticResource PinkOrange}"/>
diff --git a/LivreLand/View/TousView.xaml b/LivreLand/View/TousView.xaml
index ba07703..774261d 100644
--- a/LivreLand/View/TousView.xaml
+++ b/LivreLand/View/TousView.xaml
@@ -24,7 +24,7 @@
SelectionChanged="OnSelectionChanged">
-
+