Skip to content

Commit 457fe6b

Browse files
Increase frame width from 80 to 100
1 parent 79494c1 commit 457fe6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StikJIT/Views/HomeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ struct HomeView: View {
16711671
.foregroundStyle(.secondary)
16721672
.multilineTextAlignment(.center)
16731673
}
1674-
.frame(width: 80)
1674+
.frame(width: 100)
16751675
}
16761676
.accessibilityElement(children: .ignore)
16771677
.accessibilityLabel("\(light.title) status")

0 commit comments

Comments
 (0)