diff --git a/SkyTeam/HomePage.xaml b/SkyTeam/HomePage.xaml
index 0b8efe4..b42e15b 100644
--- a/SkyTeam/HomePage.xaml
+++ b/SkyTeam/HomePage.xaml
@@ -46,7 +46,7 @@
Background="#FFE3F2FD"
Orientation="Vertical">
-
+
-
+
+
-
-
-
-
-
-
-
-
diff --git a/SkyTeam/SettingsPage.xaml.cs b/SkyTeam/SettingsPage.xaml.cs
index d7f32e8..f27550f 100644
--- a/SkyTeam/SettingsPage.xaml.cs
+++ b/SkyTeam/SettingsPage.xaml.cs
@@ -17,7 +17,7 @@ namespace SkyTeam
{
_isDark = true;
DarkModeToggle.Content = "An";
- // Apply dark theme to parent window
+
if (Window.GetWindow(this) is MainWindow mainWindow)
{
mainWindow.Background = Brushes.Black;