diff --git a/OctoPod/Base.lproj/Main.storyboard b/OctoPod/Base.lproj/Main.storyboard
index 2849149a..1d4d8ca2 100644
--- a/OctoPod/Base.lproj/Main.storyboard
+++ b/OctoPod/Base.lproj/Main.storyboard
@@ -53,9 +53,9 @@
-
+
-
+
@@ -108,6 +108,7 @@
+
@@ -194,6 +195,7 @@
+
@@ -2958,8 +2960,8 @@
-
-
+
+
@@ -3990,11 +3992,11 @@
-
+
-
+
diff --git a/OctoPod/Move UI/MoveViewController.swift b/OctoPod/Move UI/MoveViewController.swift
index e8804dbb..239017c1 100644
--- a/OctoPod/Move UI/MoveViewController.swift
+++ b/OctoPod/Move UI/MoveViewController.swift
@@ -42,6 +42,10 @@ class MoveViewController: UIViewController, OctoPrintSettingsDelegate, CameraVie
// Listen to changes coming from Apple Watch
watchSessionManager.delegates.append(self)
+ // Set background color to the view
+ let theme = Theme.currentTheme()
+ view.backgroundColor = theme.backgroundColor()
+
refreshNewSelectedPrinter()
}
diff --git a/OctoPod/Panel UI/PanelViewController.swift b/OctoPod/Panel UI/PanelViewController.swift
index 78a48ac6..eb0e5026 100644
--- a/OctoPod/Panel UI/PanelViewController.swift
+++ b/OctoPod/Panel UI/PanelViewController.swift
@@ -68,6 +68,10 @@ class PanelViewController: UIViewController, UIPopoverPresentationControllerDele
appConfiguration.delegates.append(self)
// Listen to changes coming from Apple Watch
watchSessionManager.delegates.append(self)
+ // Set background color to the view
+ let theme = Theme.currentTheme()
+ view.backgroundColor = theme.backgroundColor()
+
// Show default printer
showDefaultPrinter()
// Configure UI based on app locked state