Skip to content

Commit 4c50e20

Browse files
committed
Removed the (i) that lead to an empty view
1 parent c5f6380 commit 4c50e20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

basal_lock/basal_lock.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ index 00000000..c473fd51
724724
+}
725725
diff --git a/LoopKit/LoopKitUI/Views/Preferences Editors/BasalLockEditor.swift b/LoopKit/LoopKitUI/Views/Preferences Editors/BasalLockEditor.swift
726726
new file mode 100644
727-
index 00000000..a57b4f78
727+
index 00000000..dc313a9c
728728
--- /dev/null
729729
+++ b/LoopKit/LoopKitUI/Views/Preferences Editors/BasalLockEditor.swift
730730
@@ -0,0 +1,209 @@
@@ -813,10 +813,10 @@ index 00000000..a57b4f78
813813
+ actionButtonState: saveButtonState,
814814
+ cards: {
815815
+ 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)
820820
+
821821
+ Toggle(isOn: $isBasalLockEnabled) {
822822
+ Text("Enable Basal Lock")

0 commit comments

Comments
 (0)