Skip to content

Commit e53d236

Browse files
authored
[LOOP-5247] match insulin layout (#755)
1 parent 65caad7 commit e53d236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Loop Widget Extension/Widgets/SystemStatusWidget.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ struct SystemStatusWidgetEntryView: View {
4444
GlucoseView(entry: entry)
4545
.frame(maxWidth: .infinity, alignment: .center)
4646
}
47-
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .center)
48-
.padding(5)
47+
.frame(maxHeight: .infinity, alignment: .center)
48+
.padding(.vertical, 5)
4949
.containerRelativeBackground()
5050

5151
HStack(alignment: .center, spacing: 0) {

0 commit comments

Comments
 (0)