File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ index 00000000..c473fd51
724
724
+ }
725
725
diff --git a/LoopKit/LoopKitUI/Views/Preferences Editors/BasalLockEditor.swift b/LoopKit/LoopKitUI/Views/Preferences Editors/BasalLockEditor.swift
726
726
new file mode 100644
727
- index 00000000..a57b4f78
727
+ index 00000000..dc313a9c
728
728
--- /dev/null
729
729
+++ b/LoopKit/LoopKitUI/Views/Preferences Editors/BasalLockEditor.swift
730
730
@@ -0,0 +1,209 @@
@@ -813,10 +813,10 @@ index 00000000..a57b4f78
813
813
+ actionButtonState: saveButtonState,
814
814
+ cards: {
815
815
+ Card {
816
- + SettingDescription(text: description) {
817
- + EmptyView( )
818
- + }
819
- + .transition(.slide )
816
+ + description
817
+ + .font(.callout )
818
+ + .foregroundColor(Color(.secondaryLabel))
819
+ + .fixedSize(horizontal: false, vertical: true )
820
820
+
821
821
+ Toggle(isOn: $isBasalLockEnabled) {
822
822
+ Text("Enable Basal Lock")
You can’t perform that action at this time.
0 commit comments