diff --git a/MangaMap/Resources/Styles/Colors.xaml b/MangaMap/Resources/Styles/Colors.xaml
index d183ec4..f41f853 100644
--- a/MangaMap/Resources/Styles/Colors.xaml
+++ b/MangaMap/Resources/Styles/Colors.xaml
@@ -4,8 +4,8 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
- #512BD4
- #DFD8F7
+ #bd93f9
+ #1E1E1E
#2B0B98
White
Black
diff --git a/MangaMap/Views/loginPage.xaml b/MangaMap/Views/loginPage.xaml
index ab6fe6d..0d02f31 100644
--- a/MangaMap/Views/loginPage.xaml
+++ b/MangaMap/Views/loginPage.xaml
@@ -14,11 +14,11 @@
-
+
-
diff --git a/MangaMap/Views/settingsPage.xaml b/MangaMap/Views/settingsPage.xaml
index f442a6b..1ced1c7 100644
--- a/MangaMap/Views/settingsPage.xaml
+++ b/MangaMap/Views/settingsPage.xaml
@@ -2,13 +2,14 @@
+ Title="settingsPage"
+ BackgroundColor="{StaticResource Secondary}">
-
+
-
+
\ No newline at end of file
diff --git a/MangaMap/Views/signUpPage.xaml b/MangaMap/Views/signUpPage.xaml
index 169ee8d..08bba5a 100644
--- a/MangaMap/Views/signUpPage.xaml
+++ b/MangaMap/Views/signUpPage.xaml
@@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="MangaMap.Views.signUpPage"
Title="loginPage"
- Background="#1E1E1E">
+ Background="{StaticResource Secondary}">
@@ -19,11 +19,11 @@
-
+
-
+