This commit is contained in:
Max Goedjen
2026-09-07 14:28:41 -07:00
parent 02ddf0b370
commit 612e203b6d
@@ -66,7 +66,7 @@ public struct MultilineInfoView<TitleView: View, ItemView: View>: View {
ForEach(subviews: subviews) { subview in ForEach(subviews: subviews) { subview in
Divider() Divider()
.ignoresSafeArea() .ignoresSafeArea()
// .opacity(subview.offset == 0 ? 1 : 0.75) .opacity(subview.id == subviews.first?.id ? 1 : 0.5)
subview subview
.safeAreaPadding(20) .safeAreaPadding(20)
.onHover { hovering in .onHover { hovering in