Browse Source

Left align color scheme preferences verobse hint

Andreas Stokholm 1 year ago
parent
commit
b1fd1e2876

+ 2 - 2
FreeAPS/Sources/Modules/UserInterfaceSettings/View/UserInterfaceSettingsRootView.swift

@@ -81,11 +81,11 @@ extension UserInterfaceSettings {
                                         hintLabel = "Color Scheme Preference"
                                         selectedVerboseHint =
                                             AnyView(
-                                                VStack(spacing: 10) {
+                                                VStack(alignment: .leading, spacing: 10) {
                                                     Text(
                                                         "Set the app color scheme using the following options:"
                                                     )
-                                                    VStack {
+                                                    VStack(alignment: .leading, spacing: 10) {
                                                         Text(
                                                             "System Default: Follows the phone's current color scheme setting at that time"
                                                         )